Searched defs:GetReturnObjectManager (Results 1 – 1 of 1) sorted by relevance
646 struct GetReturnObjectManager { struct647 CodeGenFunction &CGF;648 CGBuilderTy &Builder;649 const CoroutineBodyStmt &S;651 bool DirectEmit = false;653 Address GroActiveFlag;654 CodeGenFunction::AutoVarEmission GroEmission;656 GetReturnObjectManager(CodeGenFunction &CGF, const CoroutineBodyStmt &S) in GetReturnObjectManager() function691 void EmitGroAlloca() { in EmitGroAlloca()732 void EmitGroInit() { in EmitGroInit()