Home
last modified time | relevance | path

Searched refs:is_regex (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp22 SBTypeNameSpecifier::SBTypeNameSpecifier(const char *name, bool is_regex) in SBTypeNameSpecifier() argument
23 : SBTypeNameSpecifier(name, is_regex ? eFormatterMatchRegex in SBTypeNameSpecifier()
25 LLDB_INSTRUMENT_VA(this, name, is_regex); in SBTypeNameSpecifier()
/llvm-project/lldb/bindings/interface/
H A DSBTypeNameSpecifierExtensions.i11 is_regex = property(IsRegex)
/llvm-project/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h21 SBTypeNameSpecifier(const char *name, bool is_regex = false);