Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h589 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2071 if (InitFunctionInstantiation(Function, D)) in VisitFunctionDecl()
4481 TemplateDeclInstantiator::InitFunctionInstantiation(FunctionDecl *New, in InitFunctionInstantiation() function in TemplateDeclInstantiator
4573 if (InitFunctionInstantiation(New, Tmpl)) in InitMethodInstantiation()