Searched refs:SuperStructDecl (Results 1 – 1 of 1) sorted by relevance
95 RecordDecl *SuperStructDecl; member in __anonc09f721f0111::RewriteModernObjC692 SuperStructDecl = nullptr; in InitializeCommon()2979 if (!SuperStructDecl) { in getSuperStructType()2980 SuperStructDecl = RecordDecl::Create( in getSuperStructType()2992 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()3001 SuperStructDecl->completeDefinition(); in getSuperStructType()3003 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()