Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h534 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1753 if (InitFunctionInstantiation(Function, D)) in VisitFunctionDecl()
3707 TemplateDeclInstantiator::InitFunctionInstantiation(FunctionDecl *New, in InitFunctionInstantiation() function in TemplateDeclInstantiator
3798 if (InitFunctionInstantiation(New, Tmpl)) in InitMethodInstantiation()