Home
last modified time | relevance | path

Searched refs:IsRegex (Results 1 – 7 of 7) sorted by relevance

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.h53 bool IsRegex; member
54 FilterMatcher(std::string Filter, bool IsRegex) : IsRegex(IsRegex) { in FilterMatcher()
55 if (IsRegex) in FilterMatcher()
62 if (IsRegex) in match()
164 if (Arg.IsRegex) { in createArgumentCounter()
H A DRemarkCounter.cpp115 if (RemarkNameFilter && RemarkNameFilter->IsRegex) in regexArgumentsValid()
118 if (PassNameFilter && PassNameFilter->IsRegex) in regexArgumentsValid()
121 if (ArgFilter && ArgFilter->IsRegex) in regexArgumentsValid()
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeNameSpecifierExtensions.i11 is_regex = property(IsRegex)
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h42 bool IsRegex();
/src/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp89 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier
/src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h187 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex() function
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp72990 result = (bool)(arg1)->IsRegex(); in _wrap_SBTypeNameSpecifier_IsRegex()