llvm/lldb/include/lldb/Symbol/DebugMacros.h

//===-- DebugMacros.h -------------------------------------------*- 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
//
//===----------------------------------------------------------------------===//

#ifndef LLDB_SYMBOL_DEBUGMACROS_H
#define LLDB_SYMBOL_DEBUGMACROS_H

#include <memory>
#include <vector>

#include "lldb/Utility/ConstString.h"
#include "lldb/lldb-private.h"

namespace lldb_private {

class CompileUnit;
class DebugMacros;
DebugMacrosSP;

class DebugMacroEntry {};

class DebugMacros {};

} // namespace lldb_private

#endif // LLDB_SYMBOL_DEBUGMACROS_H