Searched refs:TDecl (Results 1 – 1 of 1) sorted by relevance
513 if (const TypedefNameDecl *TDecl = in ActOnSuperClassOfClassInterface() local515 QualType T = TDecl->getUnderlyingType(); in ActOnSuperClassOfClassInterface()519 SuperClassType = Context.getTypeDeclType(TDecl); in ActOnSuperClassOfClassInterface()525 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc); in ActOnSuperClassOfClassInterface()1019 if (const TypedefNameDecl *TDecl = dyn_cast_or_null<TypedefNameDecl>(IDecl)) { in ActOnTypedefedProtocols() local1020 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols()1045 if (const TypedefNameDecl *TDecl = in ActOnCompatibilityAlias() local1047 QualType T = TDecl->getUnderlyingType(); in ActOnCompatibilityAlias()