/external/llvm-project/clang-tools-extra/clang-tidy/abseil/ |
D | UpgradeDurationConversionsCheck.cpp | 39 hasParent(functionTemplateDecl()), in registerMatchers() 51 hasParent(functionTemplateDecl()), in registerMatchers() 63 hasParent(functionTemplateDecl()), in registerMatchers() 77 hasParent(functionTemplateDecl()), in registerMatchers() 111 unless(hasParent(functionTemplateDecl())))), in registerMatchers() 146 hasAncestor(decl(anyOf(classTemplateDecl(), functionTemplateDecl()))); in check()
|
/external/llvm-project/clang/unittests/AST/ |
D | DeclPrinterTest.cpp | 1152 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1160 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1168 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1175 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1182 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1191 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1198 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1206 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1215 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1223 functionTemplateDecl(hasName("A")).bind("id"), in TEST()
|
D | ASTImporterTest.cpp | 522 Lang_CXX03, Verifier, functionTemplateDecl()); in TEST_P() 534 functionTemplateDecl(hasDescendant( in TEST_P() 543 functionTemplateDecl(hasDescendant( in TEST_P() 620 functionTemplateDecl(hasDescendant(sizeOfPackExpr()))); in TEST_P() 807 functionTemplateDecl(hasDescendant(unresolvedLookupExpr()))); in TEST_P() 819 functionTemplateDecl(hasDescendant( in TEST_P() 828 functionTemplateDecl(hasDescendant( in TEST_P() 840 functionTemplateDecl(hasAncestor(translationUnitDecl( in TEST_P() 995 FromTU, functionTemplateDecl()); in TEST_P() 1025 FromTU, functionTemplateDecl()); in TEST_P() [all …]
|
D | StructuralEquivalenceTest.cpp | 1115 functionTemplateDecl(hasName("f"))); in TEST_F() 1147 functionTemplateDecl(hasName("f"))); in TEST_F() 1168 functionTemplateDecl(hasName("f"))); in TEST_F() 1200 functionTemplateDecl(hasName("f"))); in TEST_F() 1229 functionTemplateDecl(hasName("f"))); in TEST_F()
|
D | ASTImporterGenericRedeclTest.cpp | 64 return functionTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern() 170 ToTU, functionTemplateDecl()); in CheckPreviousDecl()
|
D | ASTImporterODRStrategiesTest.cpp | 132 return functionTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern()
|
D | ASTImporterVisibilityTest.cpp | 49 return functionTemplateDecl(hasName("f")); in operator ()()
|
D | ASTTraverserTest.cpp | 1627 functionTemplateDecl(hasName("timesTwo")).bind("fn"), in TEST()
|
/external/clang/unittests/AST/ |
D | DeclPrinterTest.cpp | 1076 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1085 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1094 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1102 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1110 functionTemplateDecl(hasName("A")).bind("id"), in TEST() 1120 functionTemplateDecl(hasName("A")).bind("id"), in TEST()
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | ForwardingReferenceOverloadCheck.cpp | 77 unless(hasParent(functionTemplateDecl(has(templateTypeParmDecl( in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | ImplicitBoolConversionCheck.cpp | 296 unless(hasAncestor(functionTemplateDecl()))) in registerMatchers() 328 unless(hasAncestor(functionTemplateDecl())))), in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | FindAllSymbols.cpp | 212 functionTemplateDecl(has(Functions.bind("use"))))))), in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | UpgradeGoogletestCaseCheck.cpp | 233 hasAncestor(decl(anyOf(classTemplateDecl(), functionTemplateDecl()))); in isInTemplate()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 479 functionTemplateDecl(hasName("f")))); in TEST() 485 functionTemplateDecl(hasName("f")))); in TEST() 492 functionTemplateDecl(hasName("f"), in TEST()
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersNodeTest.cpp | 687 functionTemplateDecl(hasName("f")))); in TEST_P() 692 notMatches("void f(double d);", functionTemplateDecl(hasName("f")))); in TEST_P() 694 notMatches("void f(int t) {}", functionTemplateDecl(hasName("f")))); in TEST_P() 705 functionTemplateDecl(hasName("f"), hasDescendant(declRefExpr(to( in TEST_P()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 193 REGISTER_MATCHER(functionTemplateDecl); in RegistryMaps()
|
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 242 REGISTER_MATCHER(functionTemplateDecl); in RegistryMaps()
|
/external/llvm-project/clang/lib/ASTMatchers/ |
D | ASTMatchersInternal.cpp | 785 functionTemplateDecl; variable
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 965 FunctionTemplateDecl> functionTemplateDecl; variable
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1363 functionTemplateDecl;
|