Searched refs:CurLexicalScope (Results 1 – 3 of 3) sorted by relevance
545 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) { in LexicalScope()546 CGF.CurLexicalScope = this; in LexicalScope()573 CGF.CurLexicalScope = ParentScope; in ForceCleanup()1164 LexicalScope *CurLexicalScope; variable
467 if (EHStack.hasNormalCleanups() && CurLexicalScope) in EmitLabel()468 CurLexicalScope->addLabel(D); in EmitLabel()
61 CurLexicalScope(nullptr), TerminateLandingPad(nullptr), in CodeGenFunction()