Lines Matching refs:LexicalScope
47 class OMPLexicalScope : public CodeGenFunction::LexicalScope {
80 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPLexicalScope()
203 class OMPSimdLexicalScope : public CodeGenFunction::LexicalScope {
215 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPSimdLexicalScope()
1852 CodeGenFunction::LexicalScope Scope(CGF, S->getSourceRange()); in emitBody()
2013 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop()
4207 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
4213 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
4288 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
4294 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
4334 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4341 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4374 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
4390 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
5436 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPScanDirective()
6521 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPAtomicDirective()