Lines Matching refs:LexicalScope
41 class OMPLexicalScope : public CodeGenFunction::LexicalScope {
74 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPLexicalScope()
198 class OMPSimdLexicalScope : public CodeGenFunction::LexicalScope {
210 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPSimdLexicalScope()
1824 CodeGenFunction::LexicalScope Scope(CGF, S->getSourceRange()); in emitBody()
1971 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop()
3913 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
3919 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
3996 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
4002 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
4044 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4051 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4086 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
4102 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
4935 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPScanDirective()
5920 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPAtomicDirective()