HomeSort by relevance Sort by last modified time
    Searched refs:CurLexicalScope (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenFunction.h 514 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
515 CGF.CurLexicalScope = this;
539 CGF.CurLexicalScope = ParentScope;
    [all...]
CGStmt.cpp 340 if (EHStack.hasNormalCleanups() && CurLexicalScope)
341 CurLexicalScope->addLabel(D);
    [all...]
CodeGenFunction.cpp 51 OutermostConditional(0), CurLexicalScope(0), TerminateLandingPad(0),
    [all...]

Completed in 214 milliseconds