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 545 : RunCleanupsScope(CGF), Range(Range), ParentScope(CGF.CurLexicalScope) {
546 CGF.CurLexicalScope = this;
573 CGF.CurLexicalScope = ParentScope;
    [all...]
CGStmt.cpp 467 if (EHStack.hasNormalCleanups() && CurLexicalScope)
468 CurLexicalScope->addLabel(D);
    [all...]
CodeGenFunction.cpp 61 CurLexicalScope(nullptr), TerminateLandingPad(nullptr),
    [all...]

Completed in 169 milliseconds