Searched refs:TDecl (Results 1 – 2 of 2) 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()
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()