reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGException.cpp
 1137   assert(CatchScope.getNumHandlers() == NumHandlers);
 1138   llvm::BasicBlock *DispatchBlock = CatchScope.getCachedEHDispatchBlock();
 1141   if (!CatchScope.hasEHBranches()) {
 1142     CatchScope.clearHandlerBlocks();
 1148   emitCatchDispatchBlock(*this, CatchScope);
 1153       CatchScope.begin(), CatchScope.begin() + NumHandlers);
 1153       CatchScope.begin(), CatchScope.begin() + NumHandlers);