Home
last modified time | relevance | path

Searched refs:specifiesType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp194 hasQualifier(specifiesType(templateSpecializationType(hasDeclaration( in iteratorFromUsingDeclaration()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp5470 nestedNameSpecifier(specifiesType(asString("struct ns::E"))).bind("nns"), in TEST()
5488 nestedNameSpecifier(specifiesType(asString("struct a::A::B")), in TEST()
5493 nestedNameSpecifier(specifiesType(asString("struct a::A::B")), in TEST()
5498 nestedNameSpecifier(specifiesType(asString("struct a::A")), in TEST()
5506 nestedNameSpecifier(specifiesType(asString("struct a::A::B")), in TEST()
5517 decl(hasDescendant(nestedNameSpecifier(specifiesType( in TEST()
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()
[all …]
H A DASTMatchersNodeTest.cpp1940 specifiesType(hasDeclaration(recordDecl(hasName("A"))))); in TEST_P()
1965 nestedNameSpecifier(hasPrefix(specifiesType(asString("struct A")))))); in TEST_P()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/Dynamic/
H A DRegistryTest.cpp236 specifiesType(hasDeclaration(recordDecl(hasName("A"))))))) in TEST_F()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp545 REGISTER_MATCHER(specifiesType); in RegistryMaps()
/llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/
H A DChangeNamespace.cpp468 specifiesType(hasDeclaration(DeclMatcher.bind("from_decl"))))), in registerMatchers()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7450 AST_MATCHER_P(NestedNameSpecifier, specifiesType, in AST_MATCHER_P() argument