Searched refs:ConstantStringDecl (Results 1 – 2 of 2) sorted by relevance
92 RecordDecl *ConstantStringDecl; member in __anon8bd724ec0111::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 __anon8056deb10111::RewriteModernObjC 694 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()