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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 2813   auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) {
 2815     CGF.EmitStmt(S.getInnermostCapturedStmt()->getCapturedStmt());
 2817   OMPLexicalScope Scope(*this, S, OMPD_unknown);
 2818   CGM.getOpenMPRuntime().emitMasterRegion(*this, CodeGen, S.getBeginLoc());