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 162 InnermostEHScope);
166 InnermostEHScope = stable_begin();
177 InnermostEHScope = Cleanup.getEnclosingEHScope();
200 InnermostEHScope = stable_begin();
210 InnermostEHScope = filter.getEnclosingEHScope();
216 new (buffer) EHCatchScope(numHandlers, InnermostEHScope);
217 InnermostEHScope = stable_begin();
223 new (Buffer) EHTerminateScope(InnermostEHScope);
224 InnermostEHScope = stable_begin();
    [all...]
CGCleanup.h 512 InnermostEHScope = scope.getEnclosingEHScope();
520 InnermostEHScope = scope.getEnclosingEHScope();
CodeGenFunction.h 330 stable_iterator InnermostEHScope;
358 InnermostEHScope(stable_end()) {}
457 return InnermostEHScope != stable_end();
473 return InnermostEHScope;
    [all...]

Completed in 35 milliseconds