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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
 1045   assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
 1052   llvm::BranchInst *BI = Builder.CreateBr(Dest.getBlock());
 1062       TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid
 1069   if (!Dest.getScopeDepth().isValid()) {
 1071     Fixup.Destination = Dest.getBlock();
 1072     Fixup.DestinationIndex = Dest.getDestIndex();
 1083   llvm::ConstantInt *Index = Builder.getInt32(Dest.getDestIndex());
 1095   EHScopeStack::stable_iterator E = Dest.getScopeDepth();
 1105         Scope.addBranchAfter(Index, Dest.getBlock());
 1112       if (!Scope.addBranchThrough(Dest.getBlock()))