Lines Matching refs:LexicalScope
41 class OMPLexicalScope : public CodeGenFunction::LexicalScope {
74 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPLexicalScope()
196 class OMPSimdLexicalScope : public CodeGenFunction::LexicalScope {
208 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPSimdLexicalScope()
1816 CodeGenFunction::LexicalScope Scope(CGF, S->getSourceRange()); in emitBody()
1963 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop()
3887 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
3893 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
3970 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
3976 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
4018 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4025 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4060 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
4076 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
4909 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPScanDirective()
5887 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPAtomicDirective()