Searched refs:ConstantStringDecl (Results 1 – 2 of 2) sorted by relevance
93 RecordDecl *ConstantStringDecl; member in __anonb8493dda0111::RewriteObjC621 ConstantStringDecl = nullptr; in InitializeCommon()2559 if (!ConstantStringDecl) { in getConstantStringStructType()2560 ConstantStringDecl = RecordDecl::Create( in getConstantStringStructType()2576 ConstantStringDecl->addDecl(FieldDecl::Create(*Context, in getConstantStringStructType()2577 ConstantStringDecl, in getConstantStringStructType()2586 ConstantStringDecl->completeDefinition(); in getConstantStringStructType()2588 return Context->getTagDeclType(ConstantStringDecl); in getConstantStringStructType()
97 RecordDecl *ConstantStringDecl; member in __anonc09f721f0111::RewriteModernObjC693 ConstantStringDecl = nullptr; in InitializeCommon()3006 if (!ConstantStringDecl) { in getConstantStringStructType()3007 ConstantStringDecl = RecordDecl::Create( in getConstantStringStructType()3023 ConstantStringDecl->addDecl(FieldDecl::Create(*Context, in getConstantStringStructType()3024 ConstantStringDecl, in getConstantStringStructType()3033 ConstantStringDecl->completeDefinition(); in getConstantStringStructType()3035 return Context->getTagDeclType(ConstantStringDecl); in getConstantStringStructType()