Searched refs:CurLexicalScope (Results 1 – 3 of 3) sorted by relevance
525 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) { in LexicalScope()526 CGF.CurLexicalScope = this; in LexicalScope()553 CGF.CurLexicalScope = ParentScope; in ForceCleanup()1080 LexicalScope *CurLexicalScope; variable
437 if (EHStack.hasNormalCleanups() && CurLexicalScope) in EmitLabel()438 CurLexicalScope->addLabel(D); in EmitLabel()
61 CurLexicalScope(nullptr), TerminateLandingPad(nullptr), in CodeGenFunction()