clang 17.0.0git
|
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 |
std::string | PathRelativeToRootModuleDirectory |
OptionalFileEntryRefDegradesToFileEntryPtr | Entry |
Information about a header directive as found in the module map file.
|
inlineexplicit |
Definition at line 220 of file Module.h.
References Entry, and clang::CustomizableOptional< T >::has_value().
OptionalFileEntryRefDegradesToFileEntryPtr clang::Module::Header::Entry |
Definition at line 218 of file Module.h.
Referenced by clang::ModuleMap::addHeader(), operator bool(), and violatesPrivateInclude().
std::string clang::Module::Header::NameAsWritten |
Definition at line 216 of file Module.h.
Referenced by compareModuleHeaders().
std::string clang::Module::Header::PathRelativeToRootModuleDirectory |