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 571 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers);
592 CatchScope->setHandler(I, TypeInfo, Handler);
595 CatchScope->setCatchAllHandler(I, Handler);
615 EHCatchScope &catchScope = cast<EHCatchScope>(scope);
616 if (catchScope.getNumHandlers() == 1 &&
617 catchScope.getHandler(0).isCatchAll()) {
618 dispatchBlock = catchScope.getHandler(0).Block;
813 EHCatchScope &catchScope = cast<EHCatchScope>(*I);
814 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
815 EHCatchScope::Handler handler = catchScope.getHandler(hi)
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
ParseObjc.cpp     [all...]

Completed in 431 milliseconds