clang 19.0.0git
Public Attributes | List of all members
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 250 of file Module.h.

Member Data Documentation

◆ Entry

FileEntryRef clang::Module::Header::Entry

Definition at line 253 of file Module.h.

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

◆ NameAsWritten

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

Definition at line 251 of file Module.h.

Referenced by compareModuleHeaders().

◆ PathRelativeToRootModuleDirectory

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

Definition at line 252 of file Module.h.


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