Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchersInternal.cpp27 bool AllOfVariadicOperator(const ast_type_traits::DynTypedNode &DynNode,
140 new VariadicMatcher<AllOfVariadicOperator>(std::move(InnerMatchers))); in constructVariadic()
251 bool AllOfVariadicOperator(const ast_type_traits::DynTypedNode &DynNode, in AllOfVariadicOperator() function