Searched defs:TypeMatcher (Results 1 – 4 of 4) sorted by relevance
79 TypeMatcher(ConstString type_name) in TypeMatcher() function82 TypeMatcher(RegularExpression regex) in TypeMatcher() function87 TypeMatcher(lldb::TypeNameSpecifierImplSP type_specifier) in TypeMatcher() function
149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach()
189 std::function<bool(const TypeMatcher &, const lldb::TypeSummaryImplSP &)> in ForEach()
145 using TypeMatcher = internal::Matcher<QualType>; variable