clang  3.9.0
Public Attributes | List of all members
clang::Module::UnresolvedHeaderDirective Struct Reference

Stored information about a header directive that was found in the module map file but has not been resolved to a file. More...

#include <Module.h>

Collaboration diagram for clang::Module::UnresolvedHeaderDirective:
[legend]

Public Attributes

SourceLocation FileNameLoc
 
std::string FileName
 
bool IsUmbrella
 

Detailed Description

Stored information about a header directive that was found in the module map file but has not been resolved to a file.

Definition at line 130 of file Basic/Module.h.

Member Data Documentation

std::string clang::Module::UnresolvedHeaderDirective::FileName
SourceLocation clang::Module::UnresolvedHeaderDirective::FileNameLoc
bool clang::Module::UnresolvedHeaderDirective::IsUmbrella

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