Searched refs:ConstantStringDecl (Results 1 – 1 of 1) sorted by relevance
96 RecordDecl *ConstantStringDecl; member in __anonc09f721f0111::RewriteModernObjC694 ConstantStringDecl = nullptr; in InitializeCommon()3007 if (!ConstantStringDecl) { in getConstantStringStructType()3008 ConstantStringDecl = RecordDecl::Create( in getConstantStringStructType()3024 ConstantStringDecl->addDecl(FieldDecl::Create(*Context, in getConstantStringStructType()3025 ConstantStringDecl, in getConstantStringStructType()3034 ConstantStringDecl->completeDefinition(); in getConstantStringStructType()3036 return Context->getTagDeclType(ConstantStringDecl); in getConstantStringStructType()