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

References

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