Lines Matching refs:fSectionAndParameterHelper
28 , fSectionAndParameterHelper(*program, *errors) {} in HCodeGenerator()
126 const Section* s = fSectionAndParameterHelper.getSection(name); in writeSection()
138 const Section* section = fSectionAndParameterHelper.getSection(CONSTRUCTOR_PARAMS_SECTION); in writeExtraConstructorParams()
182 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()
193 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeMake()
208 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection()
225 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
239 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
245 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor()
258 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor()
273 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeConstructor()
304 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in writeFields()
314 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeFields()
358 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in generateCode()
384 for (const auto& param : fSectionAndParameterHelper.getParameters()) { in generateCode()