Home
last modified time | relevance | path

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

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