llvm/llvm/include/llvm/Support/MemoryBufferRef.h

//===- MemoryBufferRef.h - Memory Buffer Reference --------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
//  This file defines the MemoryBuffer interface.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_SUPPORT_MEMORYBUFFERREF_H
#define LLVM_SUPPORT_MEMORYBUFFERREF_H

#include "llvm/ADT/StringRef.h"

namespace llvm {

class MemoryBuffer;

class MemoryBufferRef {};

} // namespace llvm

#endif // LLVM_SUPPORT_MEMORYBUFFERREF_H