clang API Documentation
#include "clang/Frontend/SerializedDiagnosticReader.h"
#include "clang/Frontend/SerializedDiagnostics.h"
#include "clang/Basic/FileManager.h"
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Enumerations | |
enum | Cursor { Record = 1, BlockEnd, BlockBegin } |
Variables | |
static llvm::ManagedStatic < SDErrorCategoryType > | ErrorCategory |
enum Cursor |
Definition at line 69 of file SerializedDiagnosticReader.cpp.
llvm::ManagedStatic<SDErrorCategoryType> ErrorCategory [static] |
Definition at line 292 of file SerializedDiagnosticReader.cpp.
Referenced by clang::serialized_diags::SDErrorCategory().