Home
last modified time | relevance | path

Searched refs:IsRegex (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTypeNameSpecifier.i50 IsRegex();
67 is_regex = property(IsRegex)
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h42 bool IsRegex();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeNameSpecifier.cpp89 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h187 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex() function