reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
998 llvm::BasicBlock *getEHDispatchBlock(EHScopeStack::stable_iterator scope);
970 llvm::BasicBlock *NextAction = getEHDispatchBlock(EHParent);
tools/clang/lib/CodeGen/CGException.cpp733 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());