Searched refs:synthesizeBodies (Results 1 – 2 of 2) sorted by relevance
70 bool synthesizeBodies, in AnalysisDeclContextManager() argument74 : Injector(injector), SynthesizeBodies(synthesizeBodies) in AnalysisDeclContextManager()97 if (!Body && Manager && Manager->synthesizeBodies()) { in getBody()106 if (!Body && Manager && Manager->synthesizeBodies()) { in getBody()
424 bool synthesizeBodies = false,443 bool synthesizeBodies() const { return SynthesizeBodies; } in synthesizeBodies() function