Searched refs:is_regex (Results 1 – 3 of 3) sorted by relevance
22 SBTypeNameSpecifier::SBTypeNameSpecifier(const char *name, bool is_regex) in SBTypeNameSpecifier() argument23 : SBTypeNameSpecifier(name, is_regex ? eFormatterMatchRegex in SBTypeNameSpecifier()25 LLDB_INSTRUMENT_VA(this, name, is_regex); in SBTypeNameSpecifier()
11 is_regex = property(IsRegex)
21 SBTypeNameSpecifier(const char *name, bool is_regex = false);