Searched refs:AST_POLYMORPHIC_MATCHER_P (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1361 AST_POLYMORPHIC_MATCHER_P(hasType, internal::Matcher<QualType>, function in namespace:clang::ast_matchers
1560 AST_POLYMORPHIC_MATCHER_P(argumentCountIs, unsigned, N) { function in namespace:clang::ast_matchers
1727 AST_POLYMORPHIC_MATCHER_P(hasAnyArgument, internal::Matcher<Expr>, function in namespace:clang::ast_matchers
1816 AST_POLYMORPHIC_MATCHER_P(hasCondition, internal::Matcher<Expr>, function in namespace:clang::ast_matchers
1890 AST_POLYMORPHIC_MATCHER_P(hasBody, internal::Matcher<Stmt>, function in namespace:clang::ast_matchers
1961 AST_POLYMORPHIC_MATCHER_P(hasOperatorName, std::string, Name) { function in namespace:clang::ast_matchers
H A DASTMatchersMacros.h146 /// \brief AST_POLYMORPHIC_MATCHER_P(DefineMatcher, ParamType, Param) { ... }
155 #define AST_POLYMORPHIC_MATCHER_P(DefineMatcher, ParamType, Param) \ macro
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1930 AST_POLYMORPHIC_MATCHER_P( function in namespace:clang::ast_matchers

Completed in 69 milliseconds