struct Module::DirectoryName

Declaration

struct Module::DirectoryName { /* full declaration omitted */ };

Description

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

Declared at: clang/include/clang/Basic/Module.h:221

Member Variables

public std::string NameAsWritten
public std::string PathRelativeToRootModuleDirectory
public const clang::DirectoryEntry* Entry

Method Overview

Methods

ΒΆbool operator bool()

Declared at: clang/include/clang/Basic/Module.h:226