| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | DeclPrinterTest.cpp | 980 classTemplateDecl(hasName("A")).bind("id"), in TEST() 988 classTemplateDecl(hasName("A")).bind("id"), in TEST() 996 classTemplateDecl(hasName("A")).bind("id"), in TEST() 1004 classTemplateDecl(hasName("A")).bind("id"), in TEST() 1012 classTemplateDecl(hasName("A")).bind("id"), in TEST() 1020 classTemplateDecl(hasName("A")).bind("id"), in TEST() 1029 classTemplateDecl(hasName("A")).bind("id"), in TEST() 1036 classTemplateDecl(hasName("A")).bind("id"), in TEST() 1044 classTemplateDecl(hasName("A")).bind("id"), in TEST() 1052 classTemplateDecl(hasName("A")).bind("id"), in TEST() [all …]
|
| H A D | ASTImporterTest.cpp | 791 classTemplateDecl(has(cxxRecordDecl(has( in TEST_P() 1703 FromTU, classTemplateDecl(hasName("B"))); in TEST_P() 2987 classTemplateDecl(has( in TEST_P() 4019 auto Pattern = classTemplateDecl( in TEST_P() 4117 ToTU, classTemplateDecl(hasName("F"))); in TEST_P() 4125 FromTU, classTemplateDecl(hasName("F"))); in TEST_P() 4875 ToTU, classTemplateDecl(hasName("X"))); in TEST_P() 5131 ToTU, classTemplateDecl(hasName("F"))); in TEST_P() 5154 ToTU, classTemplateDecl(hasName("F"))); in TEST_P() 5176 ToTU, classTemplateDecl(hasName("F"))); in TEST_P() [all …]
|
| H A D | DeclTest.cpp | 205 match(classTemplateDecl().bind("C"), Ctx); in TEST()
|
| H A D | ASTImporterODRStrategiesTest.cpp | 113 return classTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern()
|
| H A D | ASTImporterVisibilityTest.cpp | 60 BindableMatcher<Decl> operator()() { return classTemplateDecl(hasName("X")); } in operator ()()
|
| H A D | ASTTraverserTest.cpp | 1629 classTemplateDecl(hasName("TemplStruct")).bind("rec"), in TEST()
|
| H A D | ASTImporterGenericRedeclTest.cpp | 73 return classTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern()
|
| H A D | StructuralEquivalenceTest.cpp | 267 get<1>(Decls), classTemplateDecl(hasName("Base"))); in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | UnhandledSelfAssignmentCheck.cpp | 51 ofClass(cxxRecordDecl(unless(hasAncestor(classTemplateDecl())))), in registerMatchers() 60 ofClass(cxxRecordDecl(hasAncestor(classTemplateDecl()))), in registerMatchers()
|
| H A D | UnusedRaiiCheck.cpp | 35 hasDeclaration(classTemplateDecl(has( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/ |
| H A D | UpgradeDurationConversionsCheck.cpp | 145 hasAncestor(decl(anyOf(classTemplateDecl(), functionTemplateDecl()))); in check()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ContainerDataPointerCheck.cpp | 43 hasDeclaration(classTemplateDecl(has(Record)))))); in registerMatchers()
|
| H A D | RedundantSmartptrGetCheck.cpp | 37 classTemplateDecl(has(cxxRecordDecl( in callToGet()
|
| H A D | ContainerSizeEmptyCheck.cpp | 117 hasDeclaration(classTemplateDecl(has(ValidContainerRecord)))))); in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseUsingCheck.cpp | 46 classTemplateSpecializationDecl(hasAncestor(classTemplateDecl( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
| H A D | FindAllSymbols.cpp | 233 classTemplateDecl(has(CXXRecords.bind("use"))))))))), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | UpgradeGoogletestCaseCheck.cpp | 239 hasAncestor(decl(anyOf(classTemplateDecl(), functionTemplateDecl()))); in isInTemplate()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNodeTest.cpp | 142 DeclarationMatcher ClassX = classTemplateDecl(hasName("X")); in TEST_P() 151 DeclarationMatcher ClassX = classTemplateDecl(hasName("X")); in TEST_P() 164 classTemplateDecl(hasName("X"), hasDescendant(fieldDecl(hasName("a")))))); in TEST_P() 175 classTemplateDecl(hasName("X"), hasDescendant(fieldDecl(hasName("a")))))); in TEST_P()
|
| H A D | ASTMatchersNarrowingTest.cpp | 2146 hasDeclaration(classTemplateDecl(has(cxxRecordDecl( in TEST() 2166 hasDeclaration(classTemplateDecl(has(cxxRecordDecl( in TEST() 2183 hasDeclaration(classTemplateDecl(has(cxxRecordDecl( in TEST()
|
| H A D | ASTMatchersTraversalTest.cpp | 5840 hasSpecializedTemplate(classTemplateDecl())); in TEST()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 165 REGISTER_MATCHER(classTemplateDecl); in RegistryMaps()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.cpp | 505 classTemplateDecl(unless(has(cxxRecordDecl(isDefinition())))); in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-change-namespace/ |
| H A D | ChangeNamespace.cpp | 413 classTemplateDecl(unless(hasDescendant(cxxRecordDecl(isDefinition()))), in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 747 classTemplateDecl; variable
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 450 classTemplateDecl;
|