Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp43 const MatcherType &Matcher1) { in makeDecls()
49 AST1->getASTContext().getTranslationUnitDecl(), Matcher1); in makeDecls()
100 const MatcherType &Matcher1) { in makeStmts()
106 AST1->getASTContext().getTranslationUnitDecl(), Matcher1); in makeStmts()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5753 internal::Matcher<Expr>, Matcher1, internal::Matcher<Expr>, Matcher2) { in AST_POLYMORPHIC_MATCHER_P2() argument
5755 anyOf(allOf(hasLHS(Matcher1), hasRHS(Matcher2)), in AST_POLYMORPHIC_MATCHER_P2()
5756 allOf(hasLHS(Matcher2), hasRHS(Matcher1)))) in AST_POLYMORPHIC_MATCHER_P2()