Lines Matching refs:fSectionAndParameterHelper
23 , fSectionAndParameterHelper(*program, *errors) {} in HCodeGenerator()
72 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection()
84 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams()
128 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()
138 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()
149 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection()
166 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
179 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
183 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor()
194 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeConstructor()
201 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
207 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeConstructor()
218 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeFields()
222 for (const Section* s : fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION)) { in writeFields()
245 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in generateCode()