Lines Matching refs:LexicalScope
46 class OMPLexicalScope : public CodeGenFunction::LexicalScope {
79 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPLexicalScope()
202 class OMPSimdLexicalScope : public CodeGenFunction::LexicalScope {
214 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPSimdLexicalScope()
1844 CodeGenFunction::LexicalScope Scope(CGF, S->getSourceRange()); in emitBody()
2005 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop()
4149 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
4155 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
4230 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
4236 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
4276 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4283 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4316 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
4332 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
5372 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPScanDirective()
6545 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPAtomicDirective()