Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeNameSpecifier.cpp75 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h143 bool IsRegex() { return m_is_regex; } in IsRegex() function