Home
last modified time | relevance | path

Searched refs:SpecTemplate (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4744 ClassTemplateDecl *SpecTemplate = InstSpec->getSpecializedTemplate(); in FindInstantiatedDecl() local
4745 if (ClassTemplate && isInstantiationOf(ClassTemplate, SpecTemplate)) in FindInstantiatedDecl()
DSemaExprCXX.cpp267 if (TemplateDecl *SpecTemplate = SpecName.getAsTemplateDecl()) { in getDestructorName() local
268 if (SpecTemplate->getCanonicalDecl() == Template->getCanonicalDecl()) in getDestructorName()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp5907 ClassTemplateDecl *SpecTemplate = InstSpec->getSpecializedTemplate(); in FindInstantiatedDecl() local
5908 if (ClassTemplate && isInstantiationOf(ClassTemplate, SpecTemplate)) in FindInstantiatedDecl()