#include "clang/Frontend/SerializedDiagnosticPrinter.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/DiagnosticOptions.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Frontend/DiagnosticRenderer.h"
#include "clang/Frontend/FrontendDiagnostic.h"
#include "clang/Frontend/SerializedDiagnosticReader.h"
#include "clang/Frontend/SerializedDiagnostics.h"
#include "clang/Frontend/TextDiagnosticPrinter.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Bitstream/BitCodes.h"
#include "llvm/Bitstream/BitstreamReader.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
#include <utility>
Go to the source code of this file.
◆ CASE
◆ AddRangeLocationAbbrev()
static void AddRangeLocationAbbrev |
( |
llvm::BitCodeAbbrev & |
Abbrev | ) |
|
|
static |
◆ AddSourceLocationAbbrev()
static void AddSourceLocationAbbrev |
( |
llvm::BitCodeAbbrev & |
Abbrev | ) |
|
|
static |
◆ EmitBlockID()
static void EmitBlockID |
( |
unsigned |
ID, |
|
|
const char * |
Name, |
|
|
llvm::BitstreamWriter & |
Stream, |
|
|
RecordDataImpl & |
Record |
|
) |
| |
|
static |
◆ EmitRecordID()
static void EmitRecordID |
( |
unsigned |
ID, |
|
|
const char * |
Name, |
|
|
llvm::BitstreamWriter & |
Stream, |
|
|
RecordDataImpl & |
Record |
|
) |
| |
|
static |
◆ getStableLevel()