Searched refs:ConstantStringDecl (Results 1 – 2 of 2) sorted by relevance
92 RecordDecl *ConstantStringDecl; member in __anone4fa00500111::RewriteObjC623 ConstantStringDecl = nullptr; in InitializeCommon()2561 if (!ConstantStringDecl) { in getConstantStringStructType()2562 ConstantStringDecl = RecordDecl::Create( in getConstantStringStructType()2578 ConstantStringDecl->addDecl(FieldDecl::Create(*Context, in getConstantStringStructType()2579 ConstantStringDecl, in getConstantStringStructType()2588 ConstantStringDecl->completeDefinition(); in getConstantStringStructType()2590 return Context->getTagDeclType(ConstantStringDecl); in getConstantStringStructType()
96 RecordDecl *ConstantStringDecl; member in __anonceb1b5150111::RewriteModernObjC695 ConstantStringDecl = nullptr; in InitializeCommon()3008 if (!ConstantStringDecl) { in getConstantStringStructType()3009 ConstantStringDecl = RecordDecl::Create( in getConstantStringStructType()3025 ConstantStringDecl->addDecl(FieldDecl::Create(*Context, in getConstantStringStructType()3026 ConstantStringDecl, in getConstantStringStructType()3035 ConstantStringDecl->completeDefinition(); in getConstantStringStructType()3037 return Context->getTagDeclType(ConstantStringDecl); in getConstantStringStructType()