clang
3.9.0
|
Abstracts clang modules and precompiled header files and holds everything needed to generate debug info for an imported module or PCH. More...
#include <ExternalASTSource.h>
Public Member Functions | |
ASTSourceDescriptor () | |
ASTSourceDescriptor (StringRef Name, StringRef Path, StringRef ASTFile, uint64_t Signature) | |
ASTSourceDescriptor (const Module &M) | |
std::string | getModuleName () const |
StringRef | getPath () const |
StringRef | getASTFile () const |
uint64_t | getSignature () const |
const Module * | getModuleOrNull () const |
Abstracts clang modules and precompiled header files and holds everything needed to generate debug info for an imported module or PCH.
Definition at line 148 of file ExternalASTSource.h.
|
inline |
Definition at line 156 of file ExternalASTSource.h.
|
inline |
Definition at line 157 of file ExternalASTSource.h.
ExternalASTSource::ASTSourceDescriptor::ASTSourceDescriptor | ( | const Module & | M | ) |
Definition at line 31 of file ExternalASTSource.cpp.
References clang::Module::Directory, clang::Module::getASTFile(), and clang::DirectoryEntry::getName().
|
inline |
Definition at line 164 of file ExternalASTSource.h.
std::string ExternalASTSource::ASTSourceDescriptor::getModuleName | ( | ) | const |
Definition at line 39 of file ExternalASTSource.cpp.
|
inline |
Definition at line 166 of file ExternalASTSource.h.
|
inline |
Definition at line 163 of file ExternalASTSource.h.
|
inline |
Definition at line 165 of file ExternalASTSource.h.