reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3596   auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &) {
 3597     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 3597     CGF.EmitOMPDistributeLoop(S, emitOMPLoopBodyWithStopPoint, S.getInc());
 3599   OMPLexicalScope Scope(*this, S, OMPD_unknown);