Searched refs:CurLexicalScope (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.h525 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
526 CGF.CurLexicalScope = this;
553 CGF.CurLexicalScope = ParentScope;
1080 LexicalScope *CurLexicalScope; member in class:clang::CodeGen::CodeGenFunction
H A DCGStmt.cpp437 if (EHStack.hasNormalCleanups() && CurLexicalScope)
438 CurLexicalScope->addLabel(D);
H A DCodeGenFunction.cpp61 CurLexicalScope(nullptr), TerminateLandingPad(nullptr),

Completed in 41 milliseconds