| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-member-specialization.cpp | 4 namespace FunctionTemplate { namespace
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterODRStrategiesTest.cpp | 118 struct FunctionTemplate { struct 119 using DeclTy = FunctionTemplateDecl; 120 static constexpr auto *Definition0 = 126 static constexpr auto *Definition1 = 131 BindableMatcher<Decl> getPattern() { in getPattern() 134 static std::string getDef0() { return Definition0; } in getDef0() 135 static std::string getDef1() { return Definition1; } in getDef1() 136 TestLanguage getLang() { return Lang_CXX03; } in getLang()
|
| H A D | ASTImporterGenericRedeclTest.cpp | 54 struct FunctionTemplate { struct 55 using DeclTy = FunctionTemplateDecl; 56 static constexpr auto *Prototype = "template <class T> void X();"; 57 static constexpr auto *Definition = 63 BindableMatcher<Decl> getPattern() { in getPattern()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
| H A D | faster-strsplit-delimiter.cpp | 110 void FunctionTemplate() { in FunctionTemplate() function
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 3084 FunctionTemplateDecl *FunctionTemplate, in SubstituteExplicitTemplateArguments() 3402 FunctionTemplateDecl *FunctionTemplate, in getPackIndexForParam() 3430 FunctionTemplateDecl *FunctionTemplate, in FinishTemplateArgumentDeduction() 3950 FunctionTemplateDecl *FunctionTemplate, in DeduceTemplateArguments() 4170 FunctionTemplateDecl *FunctionTemplate, in DeduceTemplateArguments() 4433 FunctionTemplateDecl *FunctionTemplate, in DeduceTemplateArguments() 6068 ASTContext &Ctx, const FunctionTemplateDecl *FunctionTemplate, in MarkDeducedTemplateParameters() 6082 FunctionTemplateDecl *FunctionTemplate, in hasDeducibleTemplateParameters()
|
| H A D | SemaOverload.cpp | 7156 FunctionTemplateDecl *FunctionTemplate, DeclAccessPair FoundDecl, in AddTemplateOverloadCandidate() 7233 FunctionTemplateDecl *FunctionTemplate, ArrayRef<QualType> ParamTypes, in CheckNonDependentConversions() 7540 FunctionTemplateDecl *FunctionTemplate, DeclAccessPair FoundDecl, in AddTemplateConversionCandidate() 12175 bool AddMatchingTemplateFunction(FunctionTemplateDecl* FunctionTemplate, in AddMatchingTemplateFunction() 12287 if (FunctionTemplateDecl *FunctionTemplate in FindAllFunctionsThatMatchTargetTypeExactly() local 12634 FunctionTemplateDecl *FunctionTemplate in ResolveSingleFunctionTemplateSpecialization() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2001 FunctionTemplateDecl *FunctionTemplate = D->getDescribedFunctionTemplate(); in VisitFunctionDecl() local 2336 FunctionTemplateDecl *FunctionTemplate = D->getDescribedFunctionTemplate(); in VisitCXXMethodDecl() local
|
| H A D | SemaTemplateInstantiate.cpp | 290 FunctionTemplateDecl *FunctionTemplate, in InstantiatingTemplate()
|
| H A D | SemaDecl.cpp | 9459 FunctionTemplateDecl *FunctionTemplate = nullptr; in ActOnFunctionDeclarator() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | FindTargetTests.cpp | 606 TEST_F(TargetDeclTest, FunctionTemplate) { in TEST_F() argument
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 1044 FunctionTemplateDecl *FunctionTemplate; member
|
| H A D | Sema.h | 2655 static NameClassification FunctionTemplate(TemplateName Name) { in FunctionTemplate() function 2762 FunctionTemplate, enumerator 8917 const FunctionTemplateDecl *FunctionTemplate, in MarkDeducedTemplateParameters()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | odr_hash.cpp | 2796 namespace FunctionTemplate { namespace
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 9660 FunctionTemplate, in diagnoseOdrViolations() enumerator
|