Searched refs:TypeLocMatcher (Results 1 – 4 of 4) sorted by relevance
159 void addMatcher(const TypeLocMatcher &NodeMatch,210 std::vector<std::pair<TypeLocMatcher, MatchCallback *>> TypeLoc;
393 template <typename T> struct TypeLocMatcher##MatcherName##Getter { \399 ::clang::ast_matchers::internal::TypeLocMatcher##MatcherName##Getter, \
126 typedef internal::Matcher<TypeLoc> TypeLocMatcher; typedef
931 void MatchFinder::addMatcher(const TypeLocMatcher &NodeMatch, in addMatcher()