Searched refs:hdrStripPlainFunctions (Results 1 – 8 of 8) sorted by relevance
160 bool hdrStripPlainFunctions; // strip the bodies of plain (non-template) functions member
1929 else if (hgs->tpltMember == 0 && global.params.hdrStripPlainFunctions) in visit()1943 …if (!f->fbody || (hgs->hdrgen && global.params.hdrStripPlainFunctions && !hgs->autoMember && !hgs-… in bodyToBuffer()
196 bool hdrStripPlainFunctions; // strip the bodies of plain (non-template) functions member
218 bool hdrStripPlainFunctions = true; // strip the bodies of plain (non-template) functions variable
1539 else if (hgs.tpltMember == 0 && global.params.hdrStripPlainFunctions) in visit()1624 …if (!f.fbody || (hgs.hdrgen && global.params.hdrStripPlainFunctions && !hgs.autoMember && !hgs.tpl… in bodyToBuffer()
293 global.params.hdrStripPlainFunctions = true; in d_init_options()795 global.params.hdrStripPlainFunctions = false; in d_post_options()
966 global.params.hdrStripPlainFunctions = false; in d_post_options()
12 * d-lang.cc (d_init_options): Initialize hdrStripPlainFunctions.