clang  3.7.0
Public Attributes | List of all members
clang::ExternalASTSource::ASTSourceDescriptor Struct Reference

Holds everything needed to generate debug info for an imported module or precompiled header file. More...

#include <ExternalASTSource.h>

Collaboration diagram for clang::ExternalASTSource::ASTSourceDescriptor:
[legend]

Public Attributes

std::string ModuleName
 
std::string Path
 
std::string ASTFile
 
uint64_t Signature
 

Detailed Description

Holds everything needed to generate debug info for an imported module or precompiled header file.

Definition at line 161 of file ExternalASTSource.h.

Member Data Documentation

std::string clang::ExternalASTSource::ASTSourceDescriptor::ASTFile

Definition at line 164 of file ExternalASTSource.h.

std::string clang::ExternalASTSource::ASTSourceDescriptor::ModuleName

Definition at line 162 of file ExternalASTSource.h.

std::string clang::ExternalASTSource::ASTSourceDescriptor::Path

Definition at line 163 of file ExternalASTSource.h.

uint64_t clang::ExternalASTSource::ASTSourceDescriptor::Signature

Definition at line 165 of file ExternalASTSource.h.


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