Searched refs:AST_MATCHER_P_OVERLOAD (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1583 AST_MATCHER_P_OVERLOAD(CXXRecordDecl, isDerivedFrom, StringRef, BaseName, 1) { function in namespace:clang::ast_matchers
1590 AST_MATCHER_P_OVERLOAD(CXXRecordDecl, isSameOrDerivedFrom, function in namespace:clang::ast_matchers
1598 AST_MATCHER_P_OVERLOAD(CXXRecordDecl, isSameOrDerivedFrom, StringRef, BaseName, function in namespace:clang::ast_matchers
1837 AST_MATCHER_P_OVERLOAD(CallExpr, callee, internal::Matcher<Decl>, InnerMatcher, function in namespace:clang::ast_matchers
1927 AST_MATCHER_P_OVERLOAD(QualType, pointsTo, internal::Matcher<Decl>, function in namespace:clang::ast_matchers
1971 AST_MATCHER_P_OVERLOAD(QualType, references, internal::Matcher<Decl>, function in namespace:clang::ast_matchers
1986 AST_MATCHER_P_OVERLOAD(CXXMemberCallExpr, thisPointerType, function in namespace:clang::ast_matchers
1994 AST_MATCHER_P_OVERLOAD(CXXMemberCallExpr, thisPointerType, function in namespace:clang::ast_matchers
3498 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix, function in namespace:clang::ast_matchers
3516 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLo function in namespace:clang::ast_matchers
3549 AST_MATCHER_P_OVERLOAD(Decl, equalsNode, const Decl*, Other, 0) { function in namespace:clang::ast_matchers
3556 AST_MATCHER_P_OVERLOAD(Stmt, equalsNode, const Stmt*, Other, 1) { function in namespace:clang::ast_matchers
[all...]
H A DASTMatchersMacros.h101 AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, 0)
103 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ macro

Completed in 233 milliseconds