Searched defs:AST_MATCHER_P (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 706 AST_MATCHER_P(FieldDecl, hasBitWidth, unsigned, Width) { in AST_MATCHER_P() function 725 AST_MATCHER_P(FieldDecl, hasInClassInitializer, internal::Matcher<Expr>, in AST_MATCHER_P() function 748 AST_MATCHER_P(ClassTemplateSpecializationDecl, hasSpecializedTemplate, in AST_MATCHER_P() function 887 AST_MATCHER_P(Expr, ignoringImplicit, internal::Matcher<Expr>, in AST_MATCHER_P() function 917 AST_MATCHER_P(Expr, ignoringImpCasts, in AST_MATCHER_P() function 939 AST_MATCHER_P(Expr, ignoringParenCasts, internal::Matcher<Expr>, InnerMatcher) { in AST_MATCHER_P() function 964 AST_MATCHER_P(Expr, ignoringParenImpCasts, in AST_MATCHER_P() function 1103 AST_MATCHER_P(TemplateArgument, refersToType, in AST_MATCHER_P() function 1121 AST_MATCHER_P(TemplateArgument, refersToTemplate, in AST_MATCHER_P() function 1141 AST_MATCHER_P(TemplateArgument, refersToDeclaration, in AST_MATCHER_P() function [all …]
|
H A D | ASTMatchersMacros.h | 128 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ macro
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 20 AST_MATCHER_P(LambdaExpr, hasCaptureInit, const Expr *, E) { in AST_MATCHER_P() function 24 AST_MATCHER_P(CXXForRangeStmt, hasRangeStmt, in AST_MATCHER_P() function 30 AST_MATCHER_P(Expr, maybeEvalCommaExpr, ast_matchers::internal::Matcher<Expr>, in AST_MATCHER_P() function 42 AST_MATCHER_P(Expr, canResolveToExpr, ast_matchers::internal::Matcher<Expr>, in AST_MATCHER_P() function 79 AST_MATCHER_P(InitListExpr, hasAnyInit, ast_matchers::internal::Matcher<Expr>, in AST_MATCHER_P() function 98 AST_MATCHER_P(GenericSelectionExpr, hasControllingExpr, in AST_MATCHER_P() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | OSObjectCStyleCast.cpp | 39 AST_MATCHER_P(StringLiteral, mentionsBoundType, std::string, BindingID) { in AST_MATCHER_P() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 45 AST_MATCHER_P(ObjCMessageExpr, hasAnySelectorMatcher, std::vector<std::string>, in AST_MATCHER_P() function
|