Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
218 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
H A DASTMatchers.h148 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; variable