|
clang
5.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.
|
inlineexplicit |
| const FileEntry* clang::Module::Header::Entry |
Definition at line 137 of file Module.h.
Referenced by clang::ModuleMap::addHeader(), clang::ModuleMap::excludeHeader(), operator bool(), and violatesPrivateInclude().
| std::string clang::Module::Header::NameAsWritten |
Definition at line 136 of file Module.h.
Referenced by compareModuleHeaders().
1.8.6