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

  /external/clang/lib/CodeGen/
CGException.cpp 587 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers);
608 CatchScope->setHandler(I, TypeInfo, Handler);
611 CatchScope->setCatchAllHandler(I, Handler);
631 EHCatchScope &catchScope = cast<EHCatchScope>(scope);
632 if (catchScope.getNumHandlers() == 1 &&
633 catchScope.getHandler(0).isCatchAll()) {
634 dispatchBlock = catchScope.getHandler(0).Block;
834 EHCatchScope &catchScope = cast<EHCatchScope>(*I);
835 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
836 EHCatchScope::Handler handler = catchScope.getHandler(hi)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseStmt.cpp     [all...]

Completed in 510 milliseconds