Home
last modified time | relevance | path

Searched defs:IsRegex (Results 1 – 3 of 3) 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()
/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