Searched refs:TDecl (Results 1 – 2 of 2) sorted by relevance
533 if (auto TDecl = dyn_cast<ClassTemplateSpecializationDecl>(Record)) in CompleteType() local534 Record = TDecl->getSpecializedTemplate()->getTemplatedDecl(); in CompleteType()
594 if (const TypedefNameDecl *TDecl = in ActOnSuperClassOfClassInterface() local596 QualType T = TDecl->getUnderlyingType(); in ActOnSuperClassOfClassInterface()600 SuperClassType = Context.getTypeDeclType(TDecl); in ActOnSuperClassOfClassInterface()607 const_cast<TypedefNameDecl *>(TDecl), SuperLoc); in ActOnSuperClassOfClassInterface()1126 if (const TypedefNameDecl *TDecl = dyn_cast_or_null<TypedefNameDecl>(IDecl)) { in ActOnTypedefedProtocols() local1127 QualType T = TDecl->getUnderlyingType(); in ActOnTypedefedProtocols()1161 if (const TypedefNameDecl *TDecl = in ActOnCompatibilityAlias() local1163 QualType T = TDecl->getUnderlyingType(); in ActOnCompatibilityAlias()