Home
last modified time | relevance | path

Searched refs:SubstFunctionType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h692 TypeSourceInfo *SubstFunctionType(FunctionDecl *D,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2134 TypeSourceInfo *TInfo = SubstFunctionType(D, Params); in VisitFunctionDecl()
2546 TypeSourceInfo *TInfo = SubstFunctionType(D, Params); in VisitCXXMethodDecl()
4453 TemplateDeclInstantiator::SubstFunctionType(FunctionDecl *D, in SubstFunctionType() function in TemplateDeclInstantiator