Searched refs:Matcher1 (Results 1 – 2 of 2) sorted by relevance
43 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()
5753 internal::Matcher<Expr>, Matcher1, internal::Matcher<Expr>, Matcher2) { in AST_POLYMORPHIC_MATCHER_P2() argument5755 anyOf(allOf(hasLHS(Matcher1), hasRHS(Matcher2)), in AST_POLYMORPHIC_MATCHER_P2()5756 allOf(hasLHS(Matcher2), hasRHS(Matcher1)))) in AST_POLYMORPHIC_MATCHER_P2()