Searched refs:TDecl (Results 1 – 2 of 2) sorted by relevance
403 if (auto TDecl = dyn_cast<ClassTemplateSpecializationDecl>(Record)) in CompleteType() local404 Record = TDecl->getSpecializedTemplate()->getTemplatedDecl(); in CompleteType()
593 if (const TypedefNameDecl *TDecl = in ActOnSuperClassOfClassInterface() local595 QualType T = TDecl->getUnderlyingType(); in ActOnSuperClassOfClassInterface()599 SuperClassType = Context.getTypeDeclType(TDecl); in ActOnSuperClassOfClassInterface()606 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()