Searched refs:TypeLocMatcher (Results 1 – 4 of 4) sorted by relevance
158 void addMatcher(const TypeLocMatcher &NodeMatch,209 std::vector<std::pair<TypeLocMatcher, MatchCallback *>> TypeLoc;
350 template <typename T> struct TypeLocMatcher##MatcherName##Getter { \355 TypeLoc, internal::TypeLocMatcher##MatcherName##Getter, \
126 typedef internal::Matcher<TypeLoc> TypeLocMatcher; typedef
943 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()