Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h664 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2207 if (InitFunctionInstantiation(Function, D)) in VisitFunctionDecl()
4625 TemplateDeclInstantiator::InitFunctionInstantiation(FunctionDecl *New, in InitFunctionInstantiation() function in TemplateDeclInstantiator
4717 if (InitFunctionInstantiation(New, Tmpl)) in InitMethodInstantiation()