Searched defs:TypeMatcher (Results 1 – 9 of 9) sorted by relevance
79 TypeMatcher(ConstString type_name) in TypeMatcher() function 82 TypeMatcher(RegularExpression regex) in TypeMatcher() function 87 TypeMatcher(lldb::TypeNameSpecifierImplSP type_specifier) in TypeMatcher() function [all...]
149 void ForEach(std::function<bool(const TypeMatcher &, in ForEach()
41 AST_MATCHER_FUNCTION(ast_matchers::TypeMatcher, isReferenceToConst) { in AST_MATCHER_FUNCTION() argument 47 AST_MATCHER_FUNCTION(ast_matchers::TypeMatcher, isPointerToConst) { in AST_MATCHER_FUNCTION() argument
55 AST_MATCHER_P(TemplateTypeParmDecl,hasDefaultArgument,clang::ast_matchers::internal::Matcher<QualType>,TypeMatcher) AST_MATCHER_P() argument
189 std::function<bool(const TypeMatcher &, const lldb::TypeSummaryImplSP &)> in ForEach()
89 const ast_matchers::internal::Matcher<QualType> &TypeMatcher) { in hasTypeOrPointeeType()
69 isOrPointsTo(const clang::ast_matchers::DeclarationMatcher &TypeMatcher) { in isOrPointsTo()
149 TEST(TypeMatcher, MatchesClassType) { in TEST() argument 172 TEST(TypeMatcher, MatchesDeclTypes) { in TEST() argument [all...]
145 using TypeMatcher = internal::Matcher<QualType>; variable