clang  3.9.0
Public Member Functions | List of all members
clang::ModuleMapParser Class Reference

Public Member Functions

 ModuleMapParser (Lexer &L, SourceManager &SourceMgr, const TargetInfo *Target, DiagnosticsEngine &Diags, ModuleMap &Map, const FileEntry *ModuleMapFile, const DirectoryEntry *Directory, const DirectoryEntry *BuiltinIncludeDir, bool IsSystem)
 
bool parseModuleMapFile ()
 Parse a module map file. More...
 

Detailed Description

Definition at line 1007 of file ModuleMap.cpp.

Constructor & Destructor Documentation

clang::ModuleMapParser::ModuleMapParser ( Lexer L,
SourceManager SourceMgr,
const TargetInfo Target,
DiagnosticsEngine Diags,
ModuleMap Map,
const FileEntry ModuleMapFile,
const DirectoryEntry Directory,
const DirectoryEntry BuiltinIncludeDir,
bool  IsSystem 
)
inlineexplicit

Definition at line 1080 of file ModuleMap.cpp.

References clang::MMToken::clear().

Member Function Documentation

bool ModuleMapParser::parseModuleMapFile ( )

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