Home
last modified time | relevance | path

Searched defs:IsRegex (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp89 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier
/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h187 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex() function
/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.h53 bool IsRegex; member