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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h514 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
515 CGF.CurLexicalScope = this;
539 CGF.CurLexicalScope = ParentScope;
922 LexicalScope *CurLexicalScope; member in class:clang::CodeGen::CodeGenFunction
H A DCGStmt.cpp343 if (EHStack.hasNormalCleanups() && CurLexicalScope)
344 CurLexicalScope->addLabel(D);
H A DCodeGenFunction.cpp51 OutermostConditional(0), CurLexicalScope(0), TerminateLandingPad(0),

Completed in 117 milliseconds