Searched refs:is_regex (Results 1 – 3 of 3) sorted by relevance
28 bool is_regex) : in SBTypeNameSpecifier() argument29 m_opaque_sp(new TypeNameSpecifierImpl(name, is_regex)) in SBTypeNameSpecifier()
112 TypeNameSpecifierImpl (const char* name, bool is_regex) : in TypeNameSpecifierImpl() argument113 m_is_regex(is_regex), in TypeNameSpecifierImpl()
24 bool is_regex = false);