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

References

include/llvm/Support/BinaryStreamRef.h
   61   RefType drop_front(uint32_t N) const {
   63       return RefType();
   66     RefType Result(static_cast<const RefType &>(*this));
   79   RefType drop_back(uint32_t N) const {
   81       return RefType();
   83     RefType Result(static_cast<const RefType &>(*this));
   99   RefType keep_front(uint32_t N) const {
  105   RefType keep_back(uint32_t N) const {
  112   RefType drop_symmetric(uint32_t N) const {
  118   RefType slice(uint32_t Offset, uint32_t Len) const {
  124   bool operator==(const RefType &Other) const {