clang
3.7.0
|
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>
Public Attributes | |
SourceLocation | FileNameLoc |
std::string | FileName |
bool | IsUmbrella |
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 132 of file Basic/Module.h.
std::string clang::Module::UnresolvedHeaderDirective::FileName |
Definition at line 134 of file Basic/Module.h.
Referenced by clang::GenerateModuleAction::BeginSourceFileAction(), and clang::CompilerInstance::loadModule().
SourceLocation clang::Module::UnresolvedHeaderDirective::FileNameLoc |
Definition at line 133 of file Basic/Module.h.
Referenced by clang::GenerateModuleAction::BeginSourceFileAction(), and clang::CompilerInstance::loadModule().
bool clang::Module::UnresolvedHeaderDirective::IsUmbrella |
Definition at line 135 of file Basic/Module.h.
Referenced by clang::GenerateModuleAction::BeginSourceFileAction(), and clang::CompilerInstance::loadModule().