clang
3.7.0
|
Holds everything needed to generate debug info for an imported module or precompiled header file. More...
#include <ExternalASTSource.h>
Public Attributes | |
std::string | ModuleName |
std::string | Path |
std::string | ASTFile |
uint64_t | Signature |
Holds everything needed to generate debug info for an imported module or precompiled header file.
Definition at line 161 of file ExternalASTSource.h.
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.