clang  3.9.0
Public Attributes | List of all members
clang::PCHBuffer Struct Reference

#include <PCHContainerOperations.h>

Collaboration diagram for clang::PCHBuffer:
[legend]

Public Attributes

uint64_t Signature
 
llvm::SmallVector< char, 0 > Data
 
bool IsComplete
 

Detailed Description

Definition at line 32 of file PCHContainerOperations.h.

Member Data Documentation

llvm::SmallVector<char, 0> clang::PCHBuffer::Data

Definition at line 34 of file PCHContainerOperations.h.

bool clang::PCHBuffer::IsComplete

Definition at line 35 of file PCHContainerOperations.h.

uint64_t clang::PCHBuffer::Signature

Definition at line 33 of file PCHContainerOperations.h.


The documentation for this struct was generated from the following file: