Searched refs:CTPSDecl (Results 1 – 2 of 2) sorted by relevance
789 typedef ClassTemplatePartialSpecializationDecl CTPSDecl; in getSourceRange() typedef790 CTPSDecl *ctpsd = const_cast<CTPSDecl*>(cast<CTPSDecl>(this)); in getSourceRange()791 CTPSDecl *inst_from = ctpsd->getInstantiatedFromMember(); in getSourceRange()
955 using CTPSDecl = ClassTemplatePartialSpecializationDecl; in getSourceRange() typedef956 auto *ctpsd = const_cast<CTPSDecl *>(cast<CTPSDecl>(this)); in getSourceRange()957 CTPSDecl *inst_from = ctpsd->getInstantiatedFromMember(); in getSourceRange()