Searched refs:TDecl (Results 1 – 1 of 1) sorted by relevance
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()1120 if (const TypedefNameDecl *TDecl = dyn_cast_or_null<TypedefNameDecl>(IDecl)) { in ActOnTypedefedProtocols() local1121 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols()1154 if (const TypedefNameDecl *TDecl = in ActOnCompatibilityAlias() local1156 QualType T = TDecl->getUnderlyingType(); in ActOnCompatibilityAlias()