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

Declarations

tools/clang/lib/CodeGen/CodeGenFunction.h
  998   llvm::BasicBlock *getEHDispatchBlock(EHScopeStack::stable_iterator scope);

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  970     llvm::BasicBlock *NextAction = getEHDispatchBlock(EHParent);
tools/clang/lib/CodeGen/CGException.cpp
  733     LP = getEHDispatchBlock(EHStack.getInnermostEHScope());
  888   Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope()));
  907       CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope());
  951       CGF.getEHDispatchBlock(CatchScope.getEnclosingEHScope());
 1093       nextBlock = CGF.getEHDispatchBlock(catchScope.getEnclosingEHScope());