| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/ |
| H A D | UpgradeDurationConversionsCheck.cpp | 39 hasParent(functionTemplateDecl()), in registerMatchers() 51 hasParent(functionTemplateDecl()), in registerMatchers() 63 hasParent(functionTemplateDecl()), in registerMatchers() 77 hasParent(functionTemplateDecl()), in registerMatchers() 110 unless(hasParent(functionTemplateDecl())))), in registerMatchers() 145 hasAncestor(decl(anyOf(classTemplateDecl(), functionTemplateDecl()))); in check()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | DeclPrinterTest.cpp | 1098 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1106 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1114 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1121 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1128 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1137 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1144 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1152 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1161 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1169 functionTemplateDecl(hasName("A")).bind("id"), in TEST()
|
| H A D | ASTImporterTest.cpp | 604 functionTemplateDecl(hasDescendant( in TEST_P() 613 functionTemplateDecl(hasDescendant( in TEST_P() 975 functionTemplateDecl(hasDescendant( in TEST_P() 984 functionTemplateDecl(hasDescendant( in TEST_P() 1176 FromTU, functionTemplateDecl()); in TEST_P() 1206 FromTU, functionTemplateDecl()); in TEST_P() 1214 ToTU, functionTemplateDecl()); in TEST_P() 4419 TU, functionTemplateDecl()); in TEST_P() 4433 TU, functionTemplateDecl()); in TEST_P() 4573 FromTU, functionTemplateDecl(hasName("f"))); in TEST_P() [all …]
|
| H A D | StructuralEquivalenceTest.cpp | 1460 functionTemplateDecl(hasName("f"))); in TEST_F() 1492 functionTemplateDecl(hasName("f"))); in TEST_F() 1513 functionTemplateDecl(hasName("f"))); in TEST_F() 1545 functionTemplateDecl(hasName("f"))); in TEST_F() 1574 functionTemplateDecl(hasName("f"))); in TEST_F()
|
| H A D | ASTImporterGenericRedeclTest.cpp | 64 return functionTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern() 170 ToTU, functionTemplateDecl()); in CheckPreviousDecl()
|
| H A D | ASTImporterODRStrategiesTest.cpp | 132 return functionTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern()
|
| H A D | ASTImporterVisibilityTest.cpp | 49 return functionTemplateDecl(hasName("f")); in operator ()()
|
| H A D | ASTTraverserTest.cpp | 1758 functionTemplateDecl(hasName("timesTwo")).bind("fn"), in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | ImplicitBoolConversionCheck.cpp | 297 unless(hasAncestor(functionTemplateDecl()))) in registerMatchers() 329 unless(hasAncestor(functionTemplateDecl())))), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | ForwardingReferenceOverloadCheck.cpp | 77 unless(hasParent(functionTemplateDecl(anyOf( in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
| H A D | FindAllSymbols.cpp | 212 functionTemplateDecl(has(Functions.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 | 686 functionTemplateDecl(hasName("f")))); in TEST_P() 691 notMatches("void f(double d);", functionTemplateDecl(hasName("f")))); in TEST_P() 693 notMatches("void f(int t) {}", functionTemplateDecl(hasName("f")))); in TEST_P() 704 functionTemplateDecl(hasName("f"), hasDescendant(declRefExpr(to( in TEST_P()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 260 REGISTER_MATCHER(functionTemplateDecl); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 808 functionTemplateDecl; variable
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1383 functionTemplateDecl;
|