clang 23.0.0git
clang::Module::Header Struct Reference

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

Detailed Description

Information about a header directive as found in the module map file.

Definition at line 390 of file Module.h.

Member Data Documentation

◆ Entry

FileEntryRef clang::Module::Header::Entry

Definition at line 393 of file Module.h.

Referenced by clang::ModuleMap::addHeader(), and violatesPrivateInclude().

◆ NameAsWritten

std::string clang::Module::Header::NameAsWritten

Definition at line 391 of file Module.h.

Referenced by compareModuleHeaders().

◆ PathRelativeToRootModuleDirectory

std::string clang::Module::Header::PathRelativeToRootModuleDirectory

Definition at line 392 of file Module.h.


The documentation for this struct was generated from the following file: