Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDTemplate.h694 bool InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp2293 if (InitFunctionInstantiation(Function, D)) in VisitFunctionDecl()
4733 TemplateDeclInstantiator::InitFunctionInstantiation(FunctionDecl *New, in InitFunctionInstantiation() function in TemplateDeclInstantiator
4821 if (InitFunctionInstantiation(New, Tmpl)) in InitMethodInstantiation()