Searched refs:TDecl (Results 1 – 1 of 1) sorted by relevance
510 if (const TypedefNameDecl *TDecl = in ActOnSuperClassOfClassInterface() local512 QualType T = TDecl->getUnderlyingType(); in ActOnSuperClassOfClassInterface()516 SuperClassType = Context.getTypeDeclType(TDecl); in ActOnSuperClassOfClassInterface()522 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc); in ActOnSuperClassOfClassInterface()1040 if (const TypedefNameDecl *TDecl = dyn_cast_or_null<TypedefNameDecl>(IDecl)) { in ActOnTypedefedProtocols() local1041 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols()1066 if (const TypedefNameDecl *TDecl = in ActOnCompatibilityAlias() local1068 QualType T = TDecl->getUnderlyingType(); in ActOnCompatibilityAlias()