Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h665 bool InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2599 if (InitMethodInstantiation(Method, D)) in VisitCXXMethodDecl()
4715 TemplateDeclInstantiator::InitMethodInstantiation(CXXMethodDecl *New, in InitMethodInstantiation() function in TemplateDeclInstantiator