Searched refs:TDecl (Results 1 – 1 of 1) sorted by relevance
511 if (const TypedefNameDecl *TDecl = in ActOnSuperClassOfClassInterface() local513 QualType T = TDecl->getUnderlyingType(); in ActOnSuperClassOfClassInterface()517 SuperClassType = Context.getTypeDeclType(TDecl); in ActOnSuperClassOfClassInterface()523 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc); in ActOnSuperClassOfClassInterface()1041 if (const TypedefNameDecl *TDecl = dyn_cast_or_null<TypedefNameDecl>(IDecl)) { in ActOnTypedefedProtocols() local1042 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols()1067 if (const TypedefNameDecl *TDecl = in ActOnCompatibilityAlias() local1069 QualType T = TDecl->getUnderlyingType(); in ActOnCompatibilityAlias()