Searched refs:TDecl (Results 1 – 2 of 2) sorted by relevance
496 if (auto TDecl = dyn_cast<ClassTemplateSpecializationDecl>(Record)) in CompleteType() local497 Record = TDecl->getSpecializedTemplate()->getTemplatedDecl(); in CompleteType()
586 if (const TypedefNameDecl *TDecl = in ActOnSuperClassOfClassInterface() local588 QualType T = TDecl->getUnderlyingType(); in ActOnSuperClassOfClassInterface()592 SuperClassType = Context.getTypeDeclType(TDecl); in ActOnSuperClassOfClassInterface()598 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc); in ActOnSuperClassOfClassInterface()1129 if (const TypedefNameDecl *TDecl = dyn_cast_or_null<TypedefNameDecl>(IDecl)) { in ActOnTypedefedProtocols() local1130 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols()1163 if (const TypedefNameDecl *TDecl = in ActOnCompatibilityAlias() local1165 QualType T = TDecl->getUnderlyingType(); in ActOnCompatibilityAlias()