Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp62 bool EachOfVariadicOperator(const ast_type_traits::DynTypedNode &DynNode,
181 new VariadicMatcher<EachOfVariadicOperator>(std::move(InnerMatchers))); in constructVariadic()
297 bool EachOfVariadicOperator(const ast_type_traits::DynTypedNode &DynNode, in EachOfVariadicOperator() function