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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp982 CTPSDecl *inst_from = ctpsd->getInstantiatedFromMember(); local
983 assert(inst_from != nullptr);
984 return inst_from->getSourceRange();
990 inst_from = getInstantiatedFrom(); local
991 if (inst_from.isNull())
993 if (const auto *ctd = inst_from.dyn_cast<ClassTemplateDecl *>())
995 return inst_from.get<ClassTemplatePartialSpecializationDecl *>()

Completed in 345 milliseconds