Lines Matching defs:OMPLexicalScope
51 class OMPLexicalScope : public CodeGenFunction::LexicalScope {
80 OMPLexicalScope(
112 class OMPParallelScope final : public OMPLexicalScope {
122 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt,
128 class OMPTeamsScope final : public OMPLexicalScope {
137 : OMPLexicalScope(CGF, S, /*CapturedRegion=*/std::nullopt,
2742 OMPLexicalScope Scope(*this, S, OMPD_unknown);
2757 OMPLexicalScope Scope(*this, S, OMPD_unknown);
3251 OMPLexicalScope Scope(*this, S, OMPD_parallel);
3261 OMPLexicalScope Scope(*this, S, OMPD_parallel);
3270 OMPLexicalScope Scope(*this, S, OMPD_unknown);
3978 OMPLexicalScope Scope(*this, S, OMPD_unknown);
4001 OMPLexicalScope Scope(*this, S, OMPD_unknown);
4224 OMPLexicalScope Scope(*this, S, OMPD_unknown);
4292 OMPLexicalScope Scope(*this, S, OMPD_unknown);
4942 OMPLexicalScope LexScope(CGF, S, CapturedRegion);
5034 OMPLexicalScope Scope(*this, S, std::nullopt,
5194 OMPLexicalScope LexScope(CGF, S, OMPD_task, /*EmitPreInitStmt=*/false);
5224 OMPLexicalScope LexScope(CGF, S, CapturedRegion);
5369 OMPLexicalScope Scope(*this, S, OMPD_unknown);
5887 OMPLexicalScope Scope(*this, S, OMPD_unknown);
5974 OMPLexicalScope Scope(*this, S, OMPD_unknown);
6011 OMPLexicalScope Scope(*this, S, OMPD_unknown);
6666 OMPLexicalScope Scope(CGF, S, OMPD_target);
6728 OMPLexicalScope Scope(CGF, S, OMPD_task);
7444 OMPLexicalScope Scope(CGF, S, CaptureRegion);
7456 OMPLexicalScope Scope(CGF, S);
7505 OMPLexicalScope Scope(*this, S, OMPD_task);
7526 OMPLexicalScope Scope(*this, S, OMPD_task);
7670 OMPLexicalScope Scope(*this, S, OMPD_taskloop, /*EmitPreInitStmt=*/false);
7761 OMPLexicalScope Scope(CGF, S, OMPD_taskloop, /*EmitPreInitStmt=*/false);
7836 OMPLexicalScope Scope(*this, S);
7848 OMPLexicalScope Scope(*this, S, std::nullopt, /*EmitPreInitStmt=*/false);
7860 OMPLexicalScope Scope(*this, S);
7872 OMPLexicalScope Scope(CGF, S, OMPD_parallel, /*EmitPreInitStmt=*/false);
7890 OMPLexicalScope Scope(CGF, S, OMPD_parallel, /*EmitPreInitStmt=*/false);
7918 OMPLexicalScope Scope(*this, S, OMPD_task);
7940 OMPLexicalScope Scope(*this, S, OMPD_unknown);