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 544 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers);
567 CatchScope->setHandler(I, TypeInfo, Handler);
570 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler);
593 EHCatchScope &catchScope = cast<EHCatchScope>(scope);
594 if (catchScope.getNumHandlers() == 1 &&
595 catchScope.getHandler(0).isCatchAll()) {
596 dispatchBlock = catchScope.getHandler(0).Block;
812 EHCatchScope &catchScope = cast<EHCatchScope>(*I);
813 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
814 EHCatchScope::Handler handler = catchScope.getHandler(hi)
    [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
ParseObjc.cpp     [all...]

Completed in 808 milliseconds