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 583 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers);
604 CatchScope->setHandler(I, TypeInfo, Handler);
607 CatchScope->setCatchAllHandler(I, Handler);
627 EHCatchScope &catchScope = cast<EHCatchScope>(scope);
628 if (catchScope.getNumHandlers() == 1 &&
629 catchScope.getHandler(0).isCatchAll()) {
630 dispatchBlock = catchScope.getHandler(0).Block;
825 EHCatchScope &catchScope = cast<EHCatchScope>(*I);
826 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
827 EHCatchScope::Handler handler = catchScope.getHandler(hi)
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
ParseObjc.cpp     [all...]

Completed in 628 milliseconds