Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h626 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2566 if (InitMethodInstantiation(Method, D)) in VisitCXXMethodDecl()
4707 TemplateDeclInstantiator::InitMethodInstantiation(CXXMethodDecl *New, in InitMethodInstantiation() function in TemplateDeclInstantiator