Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/abseil/
DUpgradeDurationConversionsCheck.cpp39 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/
DDeclPrinterTest.cpp1152 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()
DASTImporterTest.cpp522 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 …]
DStructuralEquivalenceTest.cpp1115 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()
DASTImporterGenericRedeclTest.cpp64 return functionTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern()
170 ToTU, functionTemplateDecl()); in CheckPreviousDecl()
DASTImporterODRStrategiesTest.cpp132 return functionTemplateDecl(hasName("X"), unless(isImplicit())); in getPattern()
DASTImporterVisibilityTest.cpp49 return functionTemplateDecl(hasName("f")); in operator ()()
DASTTraverserTest.cpp1627 functionTemplateDecl(hasName("timesTwo")).bind("fn"), in TEST()
/external/clang/unittests/AST/
DDeclPrinterTest.cpp1076 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/
DForwardingReferenceOverloadCheck.cpp77 unless(hasParent(functionTemplateDecl(has(templateTypeParmDecl( in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DImplicitBoolConversionCheck.cpp296 unless(hasAncestor(functionTemplateDecl()))) in registerMatchers()
328 unless(hasAncestor(functionTemplateDecl())))), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllSymbols.cpp212 functionTemplateDecl(has(Functions.bind("use"))))))), in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DUpgradeGoogletestCaseCheck.cpp233 hasAncestor(decl(anyOf(classTemplateDecl(), functionTemplateDecl()))); in isInTemplate()
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp479 functionTemplateDecl(hasName("f")))); in TEST()
485 functionTemplateDecl(hasName("f")))); in TEST()
492 functionTemplateDecl(hasName("f"), in TEST()
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp687 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/
DRegistry.cpp193 REGISTER_MATCHER(functionTemplateDecl); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp242 REGISTER_MATCHER(functionTemplateDecl); in RegistryMaps()
/external/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp785 functionTemplateDecl; variable
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h965 FunctionTemplateDecl> functionTemplateDecl; variable
/external/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h1363 functionTemplateDecl;