Home
last modified time | relevance | path

Searched refs:functionTemplateDecl (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DUpgradeDurationConversionsCheck.cpp39 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 DDeclPrinterTest.cpp1098 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 DASTImporterTest.cpp604 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 DStructuralEquivalenceTest.cpp1460 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 DASTImporterGenericRedeclTest.cpp64 return functionTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern()
170 ToTU, functionTemplateDecl()); in CheckPreviousDecl()
H A DASTImporterODRStrategiesTest.cpp132 return functionTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern()
H A DASTImporterVisibilityTest.cpp49 return functionTemplateDecl(hasName("f")); in operator ()()
H A DASTTraverserTest.cpp1758 functionTemplateDecl(hasName("timesTwo")).bind("fn"), in TEST()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DImplicitBoolConversionCheck.cpp297 unless(hasAncestor(functionTemplateDecl()))) in registerMatchers()
329 unless(hasAncestor(functionTemplateDecl())))), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DForwardingReferenceOverloadCheck.cpp77 unless(hasParent(functionTemplateDecl(anyOf( in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DFindAllSymbols.cpp212 functionTemplateDecl(has(Functions.bind("use"))))))), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp239 hasAncestor(decl(anyOf(classTemplateDecl(), functionTemplateDecl()))); in isInTemplate()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp686 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 DRegistry.cpp260 REGISTER_MATCHER(functionTemplateDecl); in RegistryMaps()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp808 functionTemplateDecl; variable
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1383 functionTemplateDecl;