Home
last modified time | relevance | path

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

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