Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DNoInternalDependenciesCheck.cpp25 nestedNameSpecifierLoc(loc(specifiesNamespace(namespaceDecl( in registerMatchers()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTContextParentMapTest.cpp49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
H A DASTTypeTraitsTest.cpp161 nestedNameSpecifierLoc())); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp444 hasParent(nestedNameSpecifierLoc()), in registerMatchers()
465 nestedNameSpecifierLoc( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DRenamerClangTidyCheck.cpp122 Finder->addMatcher(nestedNameSpecifierLoc().bind("nestedNameLoc"), this); in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp490 REGISTER_MATCHER(nestedNameSpecifierLoc); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp5533 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 DASTMatchersNodeTest.cpp1967 nestedNameSpecifierLoc(hasPrefix(specifiesTypeLoc( in TEST_P()
1971 nestedNameSpecifierLoc(hasPrefix( in TEST_P()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1030 nestedNameSpecifierLoc; variable
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp373 decl(hasDescendant(nestedNameSpecifierLoc().bind("nns"))), TU, Ctx); in TEST()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7426 nestedNameSpecifierLoc;