Lines Matching refs:LexicalScope
51 class OMPLexicalScope : public CodeGenFunction::LexicalScope {
84 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPLexicalScope()
229 class OMPSimdLexicalScope : public CodeGenFunction::LexicalScope {
241 : CodeGenFunction::LexicalScope(CGF, S.getSourceRange()), in OMPSimdLexicalScope()
1880 CodeGenFunction::LexicalScope Scope(CGF, S->getSourceRange()); in emitBody()
2041 LexicalScope ForScope(*this, S->getSourceRange()); in EmitOMPCanonicalLoop()
4252 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
4258 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPSectionDirective()
4333 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
4339 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMasterDirective()
4379 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4386 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPMaskedDirective()
4419 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
4435 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPCriticalDirective()
5527 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPScanDirective()
6650 LexicalScope Scope(*this, S.getSourceRange()); in EmitOMPAtomicDirective()