Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h148 static VariantMatcher SingleMatcher(const DynTypedMatcher &Matcher);
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp227 VariantMatcher VariantMatcher::SingleMatcher(const DynTypedMatcher &Matcher) { in SingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
H A DMarshallers.h443 return VariantMatcher::SingleMatcher(Matcher);
976 return VariantMatcher::SingleMatcher(Result);
H A DRegistry.cpp820 return VariantMatcher::SingleMatcher(*Bound); in constructBoundMatcher()