Home
last modified time | relevance | path

Searched refs:NestedNameSpecifierLocMatcher (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h156 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
207 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
H A DASTMatchers.h127 typedef internal::Matcher<NestedNameSpecifierLoc> NestedNameSpecifierLocMatcher; typedef
/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp937 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()