struct Module::Header

Declaration

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

Description

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

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

Member Variables

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

Method Overview

Methods

ΒΆbool operator bool()

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