Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h152 VariadicOperatorMatcher(DynTypedMatcher::VariadicOperator Op,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1331 template <typename... Ps> class VariadicOperatorMatcher {
1333 VariadicOperatorMatcher(DynTypedMatcher::VariadicOperator Op, Ps &&... Params)
1361 VariadicOperatorMatcher<Ms...> operator()(Ms &&... Ps) const {
1364 return VariadicOperatorMatcher<Ms...>(Op, std::forward<Ms>(Ps)...);
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp232 VariantMatcher VariantMatcher::VariadicOperatorMatcher( in VariadicOperatorMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
H A DMarshallers.h672 return VariantMatcher::VariadicOperatorMatcher(Op, std::move(InnerArgs));