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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 5126   auto &&CodeGen = [this, &S](CodeGenFunction &CGF, PrePostActionTy &Action) {
 5128     EmitOMPTaskLoopBasedDirective(S);
 5130   OMPLexicalScope Scope(*this, S, llvm::None, /*EmitPreInitStmt=*/false);
 5131   CGM.getOpenMPRuntime().emitMasterRegion(*this, CodeGen, S.getBeginLoc());