Home
last modified time | relevance | path

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

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