Searched refs:NestedNameSpecifierLocMatcher (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchFinder.h | 157 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, 208 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
|
H A D | ASTMatchers.h | 128 typedef internal::Matcher<NestedNameSpecifierLoc> NestedNameSpecifierLocMatcher; typedef
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, 218 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
|
D | ASTMatchers.h | 148 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, 218 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
|
D | ASTMatchers.h | 148 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, 218 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
|
D | ASTMatchers.h | 148 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 163 void addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, 218 std::vector<std::pair<NestedNameSpecifierLocMatcher, MatchCallback *>>
|
D | ASTMatchers.h | 148 using NestedNameSpecifierLocMatcher = internal::Matcher<NestedNameSpecifierLoc>; variable
|
/aosp_15_r20/external/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 925 void MatchFinder::addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, in addMatcher()
|