Searched refs:inst_from (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DDeclTemplate.cpp778 CTPSDecl *inst_from = ctpsd->getInstantiatedFromMember(); local
779 assert(inst_from != nullptr);
780 return inst_from->getSourceRange();
786 inst_from = getInstantiatedFrom(); local
787 if (inst_from.isNull())
789 if (ClassTemplateDecl *ctd = inst_from.dyn_cast<ClassTemplateDecl*>())
791 return inst_from.get<ClassTemplatePartialSpecializationDecl*>()

Completed in 75 milliseconds