Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h986 AST_MATCHER_P_OVERLOAD(QualType, ignoringParens, internal::Matcher<QualType>,
1002 AST_MATCHER_P_OVERLOAD(Expr, ignoringParens, internal::Matcher<Expr>,
4121 AST_MATCHER_P_OVERLOAD(QualType, pointsTo, internal::Matcher<Decl>,
4182 AST_MATCHER_P_OVERLOAD(QualType, references, internal::Matcher<Decl>,
4228 AST_MATCHER_P_OVERLOAD(CXXMemberCallExpr, thisPointerType,
4236 AST_MATCHER_P_OVERLOAD(CXXMemberCallExpr, thisPointerType,
7756 AST_MATCHER_P_OVERLOAD(NestedNameSpecifier, hasPrefix,
7774 AST_MATCHER_P_OVERLOAD(NestedNameSpecifierLoc, hasPrefix,
7825 AST_MATCHER_P_OVERLOAD(Decl, equalsNode, const Decl*, Other, 0) {
7831 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