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

/external/clang/lib/AST/
H A DDeclTemplate.cpp779 inst_from = getInstantiatedFrom(); local
780 if (inst_from.isNull())
782 if (ClassTemplateDecl *ctd = inst_from.dyn_cast<ClassTemplateDecl*>())
784 return inst_from.get<ClassTemplatePartialSpecializationDecl*>()

Completed in 43 milliseconds