Home
last modified time | relevance | path

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

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