Lines Matching refs:fSectionAndParameterHelper
28 , fSectionAndParameterHelper(*program, *errors) {} in HCodeGenerator()
123 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection()
135 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams()
179 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()
190 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()
205 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection()
222 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
236 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
241 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor()
254 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor()
269 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
290 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeFields()
298 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeFields()
342 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in generateCode()
364 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in generateCode()