Searched refs:SuperStructDecl (Results 1 – 2 of 2) sorted by relevance
92 RecordDecl *SuperStructDecl; member in __anonb8493dda0111::RewriteObjC619 SuperStructDecl = nullptr; in InitializeCommon()2531 if (!SuperStructDecl) { in getSuperStructType()2532 SuperStructDecl = RecordDecl::Create(*Context, TagTypeKind::Struct, TUDecl, in getSuperStructType()2544 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()2553 SuperStructDecl->completeDefinition(); in getSuperStructType()2555 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()
96 RecordDecl *SuperStructDecl; member in __anonc09f721f0111::RewriteModernObjC691 SuperStructDecl = nullptr; in InitializeCommon()2978 if (!SuperStructDecl) { in getSuperStructType()2979 SuperStructDecl = RecordDecl::Create( in getSuperStructType()2991 SuperStructDecl->addDecl(FieldDecl::Create(*Context, SuperStructDecl, in getSuperStructType()3000 SuperStructDecl->completeDefinition(); in getSuperStructType()3002 return Context->getTagDeclType(SuperStructDecl); in getSuperStructType()