Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtilHelpers.h69 bool IsRegex; variable
71 FilterMatcher(StringRef Filter, bool IsRegex) in FilterMatcher() argument
72 : FilterRE(Filter), FilterStr(Filter), IsRegex(IsRegex) {} in FilterMatcher()
92 if (IsRegex) in match()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeNameSpecifierExtensions.i11 is_regex = property(IsRegex)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h42 bool IsRegex();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp89 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h193 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex() function
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp74298 result = (bool)(arg1)->IsRegex(); in _wrap_SBTypeNameSpecifier_IsRegex()