clang 17.0.0git
Public Member Functions | 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"

Collaboration diagram for clang::Module::DirectoryName:
Collaboration graph
[legend]

Public Member Functions

 operator bool ()
 

Public Attributes

std::string NameAsWritten
 
std::string PathRelativeToRootModuleDirectory
 
const DirectoryEntryEntry
 

Detailed Description

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

Definition at line 252 of file Module.h.

Member Function Documentation

◆ operator bool()

clang::Module::DirectoryName::operator bool ( )
inlineexplicit

Definition at line 257 of file Module.h.

References Entry.

Member Data Documentation

◆ Entry

const DirectoryEntry* clang::Module::DirectoryName::Entry

Definition at line 255 of file Module.h.

Referenced by operator bool().

◆ NameAsWritten

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

Definition at line 253 of file Module.h.

◆ PathRelativeToRootModuleDirectory

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

Definition at line 254 of file Module.h.


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