HomeSort by: relevance | last modified time | path
    Searched refs:AST_MATCHER_P2 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersMacros.h 161 /// AST_MATCHER_P2(
175 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \
311 /// The variables are the same as for AST_MATCHER_P2, with the
ASTMatchers.h 4354 AST_MATCHER_P2(InitListExpr, hasInit, unsigned, N,
4394 AST_MATCHER_P2(DeclStmt, containsDeclaration, unsigned, N,
7515 AST_MATCHER_P2(DecompositionDecl, hasBinding, unsigned, N,
7716 AST_MATCHER_P2(CXXNewExpr, hasPlacementArg, unsigned, Index,

Completed in 23 milliseconds