Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6073 internal::Matcher<Expr>, Matcher1, internal::Matcher<Expr>, Matcher2) { in AST_POLYMORPHIC_MATCHER_P2() argument
6075 anyOf(allOf(hasLHS(Matcher1), hasRHS(Matcher2)), in AST_POLYMORPHIC_MATCHER_P2()
6076 allOf(hasRHS(Matcher1), hasLHS(Matcher2)))) in AST_POLYMORPHIC_MATCHER_P2()