Searched refs:synthesizeBodies (Results 1 – 2 of 2) sorted by relevance
71 bool addLoopExit, bool addScopes, bool synthesizeBodies, in AnalysisDeclContextManager() argument76 SynthesizeBodies(synthesizeBodies) { in AnalysisDeclContextManager()99 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()110 if (ADCMgr && ADCMgr->synthesizeBodies()) { in getBody()
451 bool synthesizeBodies = false, bool addStaticInitBranches = false,465 bool synthesizeBodies() const { return SynthesizeBodies; } in synthesizeBodies() function