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

  /external/clang/lib/CodeGen/
CGCleanup.cpp 168 InnermostEHScope);
172 InnermostEHScope = stable_begin();
183 InnermostEHScope = Cleanup.getEnclosingEHScope();
206 InnermostEHScope = stable_begin();
216 InnermostEHScope = filter.getEnclosingEHScope();
222 new (buffer) EHCatchScope(numHandlers, InnermostEHScope);
223 InnermostEHScope = stable_begin();
229 new (Buffer) EHTerminateScope(InnermostEHScope);
230 InnermostEHScope = stable_begin();
    [all...]
CGCleanup.h 512 InnermostEHScope = scope.getEnclosingEHScope();
520 InnermostEHScope = scope.getEnclosingEHScope();
CodeGenFunction.h 340 stable_iterator InnermostEHScope;
368 InnermostEHScope(stable_end()) {}
467 return InnermostEHScope != stable_end();
483 return InnermostEHScope;
    [all...]

Completed in 187 milliseconds