clang
8.0.0
|
Abstracts clang modules and precompiled header files and holds everything needed to generate debug info for an imported module or PCH. More...
#include "clang/AST/ExternalASTSource.h"
Public Member Functions | |
ASTSourceDescriptor ()=default | |
ASTSourceDescriptor (StringRef Name, StringRef Path, StringRef ASTFile, ASTFileSignature Signature) | |
ASTSourceDescriptor (const Module &M) | |
std::string | getModuleName () const |
StringRef | getPath () const |
StringRef | getASTFile () const |
ASTFileSignature | 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 173 of file ExternalASTSource.h.
|
default |
|
inline |
Definition at line 182 of file ExternalASTSource.h.
ExternalASTSource::ASTSourceDescriptor::ASTSourceDescriptor | ( | const Module & | M | ) |
Definition at line 40 of file ExternalASTSource.cpp.
References clang::Module::Directory, clang::Module::getASTFile(), and clang::DirectoryEntry::getName().
|
inline |
Definition at line 190 of file ExternalASTSource.h.
Referenced by hasDefaultSetterName().
std::string ExternalASTSource::ASTSourceDescriptor::getModuleName | ( | ) | const |
Definition at line 48 of file ExternalASTSource.cpp.
References clang::Module::Name.
Referenced by hasDefaultSetterName().
|
inline |
Definition at line 192 of file ExternalASTSource.h.
References clang::ExternalASTSource::getSourceDescriptor().
Referenced by hasDefaultSetterName().
|
inline |
Definition at line 189 of file ExternalASTSource.h.
Referenced by hasDefaultSetterName().
|
inline |
Definition at line 191 of file ExternalASTSource.h.
Referenced by hasDefaultSetterName().