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

References

include/llvm/ADT/IntervalMap.h
 1010   template <typename NodeT> NodeT *newNode() {
 1011     return new(allocator.template Allocate<NodeT>()) NodeT();
 1011     return new(allocator.template Allocate<NodeT>()) NodeT();