clang API Documentation

Enumerations | Variables
SerializedDiagnosticReader.cpp File Reference
#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"
Include dependency graph for SerializedDiagnosticReader.cpp:

Go to the source code of this file.

Enumerations

enum  Cursor { Record = 1, BlockEnd, BlockBegin }

Variables

static llvm::ManagedStatic
< SDErrorCategoryType > 
ErrorCategory

Enumeration Type Documentation

enum Cursor
Enumerator:
Record 
BlockEnd 
BlockBegin 

Definition at line 69 of file SerializedDiagnosticReader.cpp.


Variable Documentation

llvm::ManagedStatic<SDErrorCategoryType> ErrorCategory [static]