clang
9.0.0
|
Information about a header directive as found in the module map file. More...
#include "clang/Basic/Module.h"
Public Member Functions | |
operator bool () | |
Public Attributes | |
std::string | NameAsWritten |
const FileEntry * | Entry |
Information about a header directive as found in the module map file.
const FileEntry* clang::Module::Header::Entry |
Definition at line 159 of file Module.h.
Referenced by clang::ModuleMap::addHeader(), and clang::ModuleMap::excludeHeader().
std::string clang::Module::Header::NameAsWritten |
Definition at line 158 of file Module.h.
Referenced by compareModuleHeaders().