clang 19.0.0git
Public Attributes | List of all members
clang::Module::DirectoryName Struct Reference

Information about a directory name as found in the module map file. More...

#include "clang/Basic/Module.h"

Public Attributes

std::string NameAsWritten
 
std::string PathRelativeToRootModuleDirectory
 
DirectoryEntryRef Entry
 

Detailed Description

Information about a directory name as found in the module map file.

Definition at line 258 of file Module.h.

Member Data Documentation

◆ Entry

DirectoryEntryRef clang::Module::DirectoryName::Entry

Definition at line 261 of file Module.h.

◆ NameAsWritten

std::string clang::Module::DirectoryName::NameAsWritten

Definition at line 259 of file Module.h.

◆ PathRelativeToRootModuleDirectory

std::string clang::Module::DirectoryName::PathRelativeToRootModuleDirectory

Definition at line 260 of file Module.h.


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