Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp57 static bool allOfVariadicOperator(const DynTypedNode &DynNode,
224 new VariadicMatcher<allOfVariadicOperator>(std::move(InnerMatchers))); in constructVariadic()
387 static bool allOfVariadicOperator(const DynTypedNode &DynNode, in allOfVariadicOperator() function