Home
last modified time | relevance | path

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

/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.h187 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex() function