Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h662 TypeSourceInfo *SubstFunctionType(FunctionDecl *D,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2051 TypeSourceInfo *TInfo = SubstFunctionType(D, Params); in VisitFunctionDecl()
2441 TypeSourceInfo *TInfo = SubstFunctionType(D, Params); in VisitCXXMethodDecl()
4380 TemplateDeclInstantiator::SubstFunctionType(FunctionDecl *D, in SubstFunctionType() function in TemplateDeclInstantiator