Searched refs:specifiesType (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseAutoCheck.cpp | 194 hasQualifier(specifiesType(templateSpecializationType(hasDeclaration( in iteratorFromUsingDeclaration()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersTraversalTest.cpp | 5470 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 D | ASTMatchersNodeTest.cpp | 1940 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 D | RegistryTest.cpp | 236 specifiesType(hasDeclaration(recordDecl(hasName("A"))))))) in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 545 REGISTER_MATCHER(specifiesType); in RegistryMaps()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.cpp | 468 specifiesType(hasDeclaration(DeclMatcher.bind("from_decl"))))), in registerMatchers()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7450 AST_MATCHER_P(NestedNameSpecifier, specifiesType, in AST_MATCHER_P() argument
|