#include "DirectiveTree.h"
#include "clang/Basic/IdentifierTable.h"
#include "clang/Basic/TokenKinds.h"
#include "llvm/Support/FormatVariadic.h"
#include <optional>
#include <variant>
Go to the source code of this file.
|
namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
|
namespace | clang::clangd |
| FIXME: Skip testing on windows temporarily due to the different escaping code mode.
|
◆ OSTREAM_DUMP
#define OSTREAM_DUMP |
( |
| Type | ) |
|
Value: llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const Type &T) { \
Dumper{OS}(T); \
return OS; \
}
Definition at line 186 of file DirectiveTree.cpp.