Home
last modified time | relevance | path

Searched defs:FunctionTemplate (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-member-specialization.cpp4 namespace FunctionTemplate { namespace
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterODRStrategiesTest.cpp118 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 DASTImporterGenericRedeclTest.cpp54 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 Dfaster-strsplit-delimiter.cpp110 void FunctionTemplate() { in FunctionTemplate() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3084 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 DSemaOverload.cpp7156 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 DSemaTemplateInstantiateDecl.cpp2001 FunctionTemplateDecl *FunctionTemplate = D->getDescribedFunctionTemplate(); in VisitFunctionDecl() local
2336 FunctionTemplateDecl *FunctionTemplate = D->getDescribedFunctionTemplate(); in VisitCXXMethodDecl() local
H A DSemaTemplateInstantiate.cpp290 FunctionTemplateDecl *FunctionTemplate, in InstantiatingTemplate()
H A DSemaDecl.cpp9459 FunctionTemplateDecl *FunctionTemplate = nullptr; in ActOnFunctionDeclarator() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFindTargetTests.cpp606 TEST_F(TargetDeclTest, FunctionTemplate) { in TEST_F() argument
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1044 FunctionTemplateDecl *FunctionTemplate; member
H A DSema.h2655 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 Dodr_hash.cpp2796 namespace FunctionTemplate { namespace
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9660 FunctionTemplate, in diagnoseOdrViolations() enumerator