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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2194 AST_MATCHER_P_OVERLOAD(CXXRecordDecl, isDerivedFrom, std::string, BaseName, 1) { function in namespace:clang::ast_matchers
2201 AST_MATCHER_P_OVERLOAD(CXXRecordDecl, isSameOrDerivedFrom, function in namespace:clang::ast_matchers
2209 AST_MATCHER_P_OVERLOAD(CXXRecordDecl, isSameOrDerivedFrom, std::string, function in namespace:clang::ast_matchers
2573 AST_MATCHER_P_OVERLOAD(CallExpr, callee, internal::Matcher<Decl>, InnerMatcher, function in namespace:clang::ast_matchers
2668 AST_MATCHER_P_OVERLOAD(QualType, pointsTo, internal::Matcher<Decl>, function in namespace:clang::ast_matchers
2713 AST_MATCHER_P_OVERLOAD(QualType, references, internal::Matcher<Decl>, function in namespace:clang::ast_matchers
2728 AST_MATCHER_P_OVERLOAD(CXXMemberCallExpr, thisPointerType, function in namespace:clang::ast_matchers
2736 AST_MATCHER_P_OVERLOAD(CXXMemberCallExpr, thisPointerType, function in namespace:clang::ast_matchers
5025 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix, function in namespace:clang::ast_matchers
5043 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLo function in namespace:clang::ast_matchers
5076 AST_MATCHER_P_OVERLOAD(Decl, equalsNode, const Decl*, Other, 0) { function in namespace:clang::ast_matchers
5082 AST_MATCHER_P_OVERLOAD(Stmt, equalsNode, const Stmt*, Other, 1) { function in namespace:clang::ast_matchers
5088 AST_MATCHER_P_OVERLOAD(Type, equalsNode, const Type*, Other, 2) { function in namespace:clang::ast_matchers
[all...]
H A DASTMatchersMacros.h130 AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, 0)
132 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ macro

Completed in 280 milliseconds