Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDTemplate.h695 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp2699 if (InitMethodInstantiation(Method, D)) in VisitCXXMethodDecl()
4819 TemplateDeclInstantiator::InitMethodInstantiation(CXXMethodDecl *New, in InitMethodInstantiation() function in TemplateDeclInstantiator