Searched refs:nestedNameSpecifierLoc (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/ |
| H A D | NoInternalDependenciesCheck.cpp | 25 nestedNameSpecifierLoc(loc(specifiesNamespace(namespaceDecl( in registerMatchers()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTContextParentMapTest.cpp | 49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
|
| H A D | ASTTypeTraitsTest.cpp | 161 nestedNameSpecifierLoc())); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.cpp | 444 hasParent(nestedNameSpecifierLoc()), in registerMatchers() 465 nestedNameSpecifierLoc( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | RenamerClangTidyCheck.cpp | 122 Finder->addMatcher(nestedNameSpecifierLoc().bind("nestedNameLoc"), this); in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 490 REGISTER_MATCHER(nestedNameSpecifierLoc); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 5533 nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A::B"))), in TEST() 5538 nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A::B"))), in TEST() 5543 nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A"))), in TEST() 5549 nestedNameSpecifierLoc(loc(specifiesType(asString("struct a::A::B"))), in TEST() 5550 forEach(nestedNameSpecifierLoc().bind("x"))), in TEST() 5565 forEachDescendant(nestedNameSpecifierLoc().bind("x"))), in TEST()
|
| H A D | ASTMatchersNodeTest.cpp | 1967 nestedNameSpecifierLoc(hasPrefix(specifiesTypeLoc( in TEST_P() 1971 nestedNameSpecifierLoc(hasPrefix( in TEST_P()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1030 nestedNameSpecifierLoc; variable
|
| /llvm-project-15.0.7/clang/unittests/Introspection/ |
| H A D | IntrospectionTest.cpp | 373 decl(hasDescendant(nestedNameSpecifierLoc().bind("nns"))), TU, Ctx); in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7426 nestedNameSpecifierLoc;
|