Searched refs:RTD (Results 1 – 3 of 3) sorted by relevance
17 /// JMP [~] JSR [x] NOP [x] RTD [!] RTR [ ]
2214 if (auto *RTD = readDeclAs<RedeclarableTemplateDecl>()) { in VisitRedeclarableTemplateDecl() local2215 assert(RTD->getKind() == D->getKind() && in VisitRedeclarableTemplateDecl()2217 D->setInstantiatedFromMemberTemplate(RTD); in VisitRedeclarableTemplateDecl()
9416 auto RTD = cast<RedeclarableTemplateDecl>(D)->getCanonicalDecl(); in finishPendingActions() local9417 for (auto *R = getMostRecentExistingDecl(RTD); R; R = R->getPreviousDecl()) in finishPendingActions()9418 cast<RedeclarableTemplateDecl>(R)->Common = RTD->Common; in finishPendingActions()