Searched refs:SingleMatcher (Results 1 – 4 of 4) sorted by relevance
148 static VariantMatcher SingleMatcher(const DynTypedMatcher &Matcher);
227 VariantMatcher VariantMatcher::SingleMatcher(const DynTypedMatcher &Matcher) { in SingleMatcher() function in clang::ast_matchers::dynamic::VariantMatcher
443 return VariantMatcher::SingleMatcher(Matcher);976 return VariantMatcher::SingleMatcher(Result);
820 return VariantMatcher::SingleMatcher(*Bound); in constructBoundMatcher()