reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4117 assert(isOpenMPTargetExecutionDirective(S.getDirectiveKind())); 4122 OMPLexicalScope Scope(CGF, S, OMPD_target); 4124 CGF, OMPD_target, [&S](CodeGenFunction &CGF, PrePostActionTy &) { 4125 CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt()); 4135 for (const auto *C : S.getClausesOfKind<OMPIfClause>()) { 4145 if (auto *C = S.getSingleClause<OMPDeviceClause>()) 4173 CGM.getOpenMPRuntime().emitTargetOutlinedFunction(S, ParentName, Fn, FnID, 4175 OMPLexicalScope Scope(CGF, S, OMPD_task); 4189 CGM.getOpenMPRuntime().emitTargetCall(CGF, S, Fn, FnID, IfCond, Device,