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 491 AST_MATCHER_P(Expr, ignoringImpCasts,
513 AST_MATCHER_P(Expr, ignoringParenCasts, internal::Matcher<Expr>, InnerMatcher) {
538 AST_MATCHER_P(Expr, ignoringParenImpCasts,
595 AST_MATCHER_P(TemplateArgument, refersToType,
615 AST_MATCHER_P(TemplateArgument, refersToDeclaration,
634 AST_MATCHER_P(TemplateArgument, isExpr, internal::Matcher<Expr>, InnerMatcher) {
665 AST_MATCHER_P(TemplateArgument, refersToIntegralType,
686 AST_MATCHER_P(TemplateArgument, equalsIntegralValue,
1137 AST_MATCHER_P(ForStmt, hasIncrement, internal::Matcher<Stmt>,
1152 AST_MATCHER_P(ForStmt, hasLoopInit, internal::Matcher<Stmt>
    [all...]
ASTMatchersMacros.h 28 // AST_MATCHER_P(MemberExpr, Member,
98 /// \brief AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) { ... }
111 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \
230 /// AST_MATCHER_P, with the addition of NodeType, which specifies the node type
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 75 milliseconds