HomeSort by: relevance | last modified time | path
    Searched defs:CatchScope (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 137 CatchScope = 0x1000000,
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGException.cpp 613 EHCatchScope *CatchScope = EHStack.pushCatch(NumHandlers);
636 CatchScope->setHandler(I, TypeInfo, Handler);
639 CatchScope->setHandler(I, CGM.getCXXABI().getCatchAllTypeInfo(), Handler);
666 EHCatchScope &catchScope = cast<EHCatchScope>(scope);
667 if (catchScope.getNumHandlers() == 1 &&
668 catchScope.getHandler(0).isCatchAll()) {
669 dispatchBlock = catchScope.getHandler(0).Block;
878 EHCatchScope &catchScope = cast<EHCatchScope>(*I);
879 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
880 EHCatchScope::Handler handler = catchScope.getHandler(hi)
    [all...]

Completed in 18 milliseconds