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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  508   llvm::BasicBlock *Entry = Scope.getNormalBlock();
  606   llvm::BasicBlock *entry = scope.getNormalBlock();
  690          (Scope.getNormalBlock() &&
  692             == Scope.getNormalBlock()));
  721     llvm::BasicBlock *normalEntry = Scope.getNormalBlock();
 1123   if (cast<EHCleanupScope>(*EHStack.find(C)).getNormalBlock())
 1132     if (S.getNormalBlock()) return true;