Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeNameSpecifierExtensions.i11 is_regex = property(IsRegex)
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h42 bool IsRegex();
/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
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp72990 result = (bool)(arg1)->IsRegex(); in _wrap_SBTypeNameSpecifier_IsRegex()