Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h157 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
208 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
H A DASTMatchers.h128 typedef internal::Matcher<NestedNameSpecifierLoc> NestedNameSpecifierLocMatcher; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/
DASTMatchFinder.h163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
218 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
DASTMatchers.h148 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/
DASTMatchFinder.h163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
218 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
DASTMatchers.h148 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/
DASTMatchFinder.h163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
218 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
DASTMatchers.h148 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/
DASTMatchFinder.h163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch,
218 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
DASTMatchers.h148 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; variable
/aosp_15_r20/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp925 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()