Searched refs:CurLexicalScope (Results 1 – 3 of 3) sorted by relevance
503 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) { in LexicalScope()504 CGF.CurLexicalScope = this; in LexicalScope()531 CGF.CurLexicalScope = ParentScope; in ForceCleanup()995 LexicalScope *CurLexicalScope; variable
408 if (EHStack.hasNormalCleanups() && CurLexicalScope) in EmitLabel()409 CurLexicalScope->addLabel(D); in EmitLabel()
55 CurLexicalScope(nullptr), TerminateLandingPad(nullptr), in CodeGenFunction()