clang API Documentation

Public Attributes
clang::PCHPredefinesBlock Struct Reference

#include <ASTReader.h>

Collaboration diagram for clang::PCHPredefinesBlock:
Collaboration graph
[legend]

List of all members.

Public Attributes

FileID BufferID
 The file ID for this predefines buffer in a PCH file.
StringRef Data
 This predefines buffer in a PCH file.

Detailed Description

Definition at line 84 of file ASTReader.h.


Member Data Documentation

The file ID for this predefines buffer in a PCH file.

Definition at line 86 of file ASTReader.h.

This predefines buffer in a PCH file.

Definition at line 89 of file ASTReader.h.


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