|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/ASTMatchers/ASTMatchers.h 1191 functionTemplateDecl;
References
tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp 231 REGISTER_MATCHER(functionTemplateDecl);
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/FindAllSymbols.cpp 212 functionTemplateDecl(has(Functions.bind("use"))))))),
tools/clang/tools/extra/clang-tidy/abseil/UpgradeDurationConversionsCheck.cpp 41 hasParent(functionTemplateDecl()),
53 hasParent(functionTemplateDecl()),
65 hasParent(functionTemplateDecl()),
79 hasParent(functionTemplateDecl()),
110 unless(hasParent(functionTemplateDecl())))),
143 hasAncestor(decl(anyOf(classTemplateDecl(), functionTemplateDecl())));
tools/clang/tools/extra/clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp 81 unless(hasParent(functionTemplateDecl(has(templateTypeParmDecl(
tools/clang/tools/extra/clang-tidy/google/UpgradeGoogletestCaseCheck.cpp 237 hasAncestor(decl(anyOf(classTemplateDecl(), functionTemplateDecl())));
tools/clang/tools/extra/clang-tidy/readability/ImplicitBoolConversionCheck.cpp 298 unless(hasAncestor(functionTemplateDecl())))
328 unless(hasAncestor(functionTemplateDecl()))),
tools/clang/unittests/AST/ASTImporterGenericRedeclTest.cpp 55 return functionTemplateDecl(hasName("X"), unless(isImplicit()));
146 ToTU, functionTemplateDecl());
tools/clang/unittests/AST/ASTImporterODRStrategiesTest.cpp 124 return functionTemplateDecl(hasName("X"), unless(isImplicit()));
tools/clang/unittests/AST/ASTImporterTest.cpp 779 functionTemplateDecl());
792 functionTemplateDecl(hasDescendant(
802 functionTemplateDecl(hasDescendant(
879 functionTemplateDecl(hasDescendant(sizeOfPackExpr())));
1068 functionTemplateDecl(hasDescendant(unresolvedLookupExpr())));
1081 functionTemplateDecl(hasDescendant(
1091 functionTemplateDecl(hasDescendant(
1104 functionTemplateDecl(hasAncestor(translationUnitDecl(
1188 FromTU, functionTemplateDecl());
1218 FromTU, functionTemplateDecl());
1226 ToTU, functionTemplateDecl());
2432 FromTU1, functionTemplateDecl(hasName("f")));
2436 FromTU2, functionTemplateDecl(hasName("f")));
2454 FromTU1, functionTemplateDecl(hasName("f")));
2458 FromTU2, functionTemplateDecl(hasName("f")));
2947 functionTemplateDecl(has(functionDecl(has(compoundStmt(
2958 functionTemplateDecl(has(functionDecl(has(compoundStmt(
2984 functionTemplateDecl(has(functionDecl(has(
4136 TU, functionTemplateDecl());
4150 TU, functionTemplateDecl());
4691 ToTU, functionTemplateDecl(hasName("F")));
4838 ToTU, functionTemplateDecl(hasName("foo")));
4846 FromTU, functionTemplateDecl(hasName("foo")));
tools/clang/unittests/AST/ASTImporterVisibilityTest.cpp 49 return functionTemplateDecl(hasName("f"));
tools/clang/unittests/AST/DeclPrinterTest.cpp 1088 functionTemplateDecl(hasName("A")).bind("id"),
1096 functionTemplateDecl(hasName("A")).bind("id"),
1104 functionTemplateDecl(hasName("A")).bind("id"),
1111 functionTemplateDecl(hasName("A")).bind("id"),
1118 functionTemplateDecl(hasName("A")).bind("id"),
1127 functionTemplateDecl(hasName("A")).bind("id"),
tools/clang/unittests/AST/StructuralEquivalenceTest.cpp 1028 functionTemplateDecl(hasName("f")));
1060 functionTemplateDecl(hasName("f")));
1081 functionTemplateDecl(hasName("f")));
1113 functionTemplateDecl(hasName("f")));
1142 functionTemplateDecl(hasName("f")));
tools/clang/unittests/ASTMatchers/ASTMatchersNodeTest.cpp 536 functionTemplateDecl(hasName("f"))));
542 functionTemplateDecl(hasName("f"))));
549 functionTemplateDecl(hasName("f"),