clang 20.0.0git
|
Information about a header directive as found in the module map file. More...
#include "clang/Basic/Module.h"
Public Attributes | |
std::string | NameAsWritten |
std::string | PathRelativeToRootModuleDirectory |
FileEntryRef | Entry |
Information about a header directive as found in the module map file.
FileEntryRef clang::Module::Header::Entry |
Definition at line 253 of file Module.h.
Referenced by clang::ModuleMap::addHeader(), and violatesPrivateInclude().
std::string clang::Module::Header::NameAsWritten |
Definition at line 251 of file Module.h.
Referenced by compareModuleHeaders().
std::string clang::Module::Header::PathRelativeToRootModuleDirectory |