Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1062 AST_POLYMORPHIC_MATCHER_P2( in AST_POLYMORPHIC_MATCHER_P2() function
4346 AST_POLYMORPHIC_MATCHER_P2(hasArgument, in AST_POLYMORPHIC_MATCHER_P2() function
4674 AST_POLYMORPHIC_MATCHER_P2(hasParameter, in AST_POLYMORPHIC_MATCHER_P2() function
4702 AST_POLYMORPHIC_MATCHER_P2(forEachArgumentWithParam, in AST_POLYMORPHIC_MATCHER_P2() function
4763 AST_POLYMORPHIC_MATCHER_P2(forEachArgumentWithParamType, in AST_POLYMORPHIC_MATCHER_P2() function
5556 AST_POLYMORPHIC_MATCHER_P2( in AST_POLYMORPHIC_MATCHER_P2() function
H A DASTMatchersMacros.h314 #define AST_POLYMORPHIC_MATCHER_P2(DefineMatcher, ReturnTypesF, ParamType1, \ macro