HomeSort by relevance Sort by last modified time
    Searched refs:AST_MATCHER_P (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 316 AST_MATCHER_P(ClassTemplateSpecializationDecl, hasAnyTemplateArgument,
348 AST_MATCHER_P(Expr, ignoringImpCasts,
370 AST_MATCHER_P(Expr, ignoringParenCasts, internal::Matcher<Expr>, InnerMatcher) {
395 AST_MATCHER_P(Expr, ignoringParenImpCasts,
431 AST_MATCHER_P(TemplateArgument, refersToType,
450 AST_MATCHER_P(TemplateArgument, refersToDeclaration,
852 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>,
867 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>,
    [all...]
ASTMatchersMacros.h 28 // AST_MATCHER_P(MemberExpr, Member,
68 /// \brief AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) { ... }
81 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \
207 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 403 milliseconds