Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h984 AST_MATCHER_P_OVERLOAD(QualType, ignoringParens, internal::Matcher<QualType>,
1000 AST_MATCHER_P_OVERLOAD(Expr, ignoringParens, internal::Matcher<Expr>,
4024 AST_MATCHER_P_OVERLOAD(QualType, pointsTo, internal::Matcher<Decl>,
4085 AST_MATCHER_P_OVERLOAD(QualType, references, internal::Matcher<Decl>,
4131 AST_MATCHER_P_OVERLOAD(CXXMemberCallExpr, thisPointerType,
4139 AST_MATCHER_P_OVERLOAD(CXXMemberCallExpr, thisPointerType,
7483 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix,
7501 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,
7552 AST_MATCHER_P_OVERLOAD(Decl, equalsNode, const Decl*, Other, 0) {
7558 AST_MATCHER_P_OVERLOAD(Stmt, equalsNode, const Stmt*, Other, 1) {
[all …]
H A DASTMatchersMacros.h129 AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, 0)
131 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ macro