15#ifndef LLVM_CLANG_BASIC_ASTSOURCEDESCRIPTOR_H
16#define LLVM_CLANG_BASIC_ASTSOURCEDESCRIPTOR_H
19#include "llvm/ADT/StringRef.h"
29 StringRef PCHModuleName;
33 Module *ClangModule =
nullptr;
40 ASTFile(
std::move(ASTFile)), Signature(Signature) {}
Defines the clang::Module class, which describes a module in the source code.
Abstracts clang modules and precompiled header files and holds everything needed to generate debug in...
Module * getModuleOrNull() const
ASTFileSignature getSignature() const
ASTSourceDescriptor(StringRef Name, StringRef Path, StringRef ASTFile, ASTFileSignature Signature)
StringRef getASTFile() const
ASTSourceDescriptor()=default
StringRef getPath() const
std::string getModuleName() const
Describes a module or submodule.
The JSON file list parser is used to communicate input to InstallAPI.
The signature of a module, which is a hash of the AST content.