Lines Matching defs:Scope
1595 OMPParallelScope Scope(CGF, S);
1843 OMPLoopScope *Scope = nullptr;
1855 Scope = new OMPLoopScope(CGF, *Dir);
1861 if (!Scope)
1865 delete Scope;
1880 CodeGenFunction::LexicalScope Scope(CGF, S->getSourceRange());
2504 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF);
2510 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF);
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);
3732 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF);
3851 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF);
3978 OMPLexicalScope Scope(*this, S, OMPD_unknown);
4001 OMPLexicalScope Scope(*this, S, OMPD_unknown);
4224 OMPLexicalScope Scope(*this, S, OMPD_unknown);
4252 LexicalScope Scope(*this, S.getSourceRange());
4258 LexicalScope Scope(*this, S.getSourceRange());
4292 OMPLexicalScope Scope(*this, S, OMPD_unknown);
4333 LexicalScope Scope(*this, S.getSourceRange());
4339 LexicalScope Scope(*this, S.getSourceRange());
4379 LexicalScope Scope(*this, S.getSourceRange());
4386 LexicalScope Scope(*this, S.getSourceRange());
4419 LexicalScope Scope(*this, S.getSourceRange());
4435 LexicalScope Scope(*this, S.getSourceRange());
4453 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF);
4487 CodeGenFunction::OMPLocalDeclMapRAII Scope(CGF);
4763 OMPPrivateScope Scope(CGF);
4893 Scope.addPrivate(Pair.first, CGF.EmitLValue(&DRE).getAddress());
4900 Scope.addPrivate(Pair.first, Replacement);
4966 Scope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement);
4970 (void)Scope.Privatize();
5034 OMPLexicalScope Scope(*this, S, std::nullopt,
5145 OMPPrivateScope Scope(CGF);
5176 Scope.addPrivate(Pair.first, Replacement);
5179 CGF.processInReduction(S, Data, CGF, CS, Scope);
5221 OMPPrivateScope &Scope) {
5248 Scope.addPrivate(RedCG.getBaseDecl(Cnt), Replacement);
5251 (void)Scope.Privatize();
5369 OMPLexicalScope Scope(*this, S, OMPD_unknown);
5527 LexicalScope Scope(*this, S.getSourceRange());
5887 OMPLexicalScope Scope(*this, S, OMPD_unknown);
5974 OMPLexicalScope Scope(*this, S, OMPD_unknown);
6011 OMPLexicalScope Scope(*this, S, OMPD_unknown);
6650 LexicalScope Scope(*this, S.getSourceRange());
6666 OMPLexicalScope Scope(CGF, S, OMPD_target);
6728 OMPLexicalScope Scope(CGF, S, OMPD_task);
6801 OMPTeamsScope Scope(CGF, S);
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);
8210 OMPSimdLexicalScope Scope(*this, D);