Home
last modified time | relevance | path

Searched refs:setDescribedFunctionTemplate (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp412 Method->setDescribedFunctionTemplate(TemplateMethod); in startLambdaDefinition()
1465 Conversion->setDescribedFunctionTemplate(ConversionTemplate); in addFunctionPointerConversion()
1503 Invoke->setDescribedFunctionTemplate(StaticInvokerTemplate); in addFunctionPointerConversion()
H A DSemaTemplateInstantiateDecl.cpp2043 Function->setDescribedFunctionTemplate(FunctionTemplate); in VisitFunctionDecl()
2387 Method->setDescribedFunctionTemplate(FunctionTemplate); in VisitCXXMethodDecl()
H A DSemaTemplate.cpp2451 Guide->setDescribedFunctionTemplate(GuideTemplate);
H A DSemaDecl.cpp9081 NewFD->setDescribedFunctionTemplate(FunctionTemplate); in ActOnFunctionDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h2646 void setDescribedFunctionTemplate(FunctionTemplateDecl *Template);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp3681 void FunctionDecl::setDescribedFunctionTemplate(FunctionTemplateDecl *Template) { in setDescribedFunctionTemplate() function in FunctionDecl
H A DASTImporter.cpp5983 TemplatedFD->setDescribedFunctionTemplate(ToFunc); in VisitFunctionTemplateDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp914 FD->setDescribedFunctionTemplate(readDeclAs<FunctionTemplateDecl>()); in VisitFunctionDecl()