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

References

include/llvm/ADT/IntervalMap.h
 1006   RootBranch &rootBranch()             { return rootBranchData().node; }
 1008   KeyT &rootBranchStart()      { return rootBranchData().start; }
 1025     new (&rootBranchData()) RootBranchData();
 1029     rootBranchData().~RootBranchData();