clang 22.0.0git
|
Public Member Functions | |
ModuleMapLoader (SourceManager &SourceMgr, DiagnosticsEngine &Diags, ModuleMap &Map, FileID ModuleMapFID, DirectoryEntryRef Directory, bool IsSystem) | |
bool | loadModuleDecl (const modulemap::ModuleDecl &MD) |
bool | loadExternModuleDecl (const modulemap::ExternModuleDecl &EMD) |
bool | parseAndLoadModuleMapFile (const modulemap::ModuleMapFile &MMF) |
Definition at line 1538 of file ModuleMap.cpp.
|
inline |
Definition at line 1595 of file ModuleMap.cpp.
bool ModuleMapLoader::loadExternModuleDecl | ( | const modulemap::ExternModuleDecl & | EMD | ) |
Definition at line 2195 of file ModuleMap.cpp.
bool ModuleMapLoader::loadModuleDecl | ( | const modulemap::ModuleDecl & | MD | ) |
Definition at line 2190 of file ModuleMap.cpp.
Referenced by clang::ModuleMap::findOrLoadModule().
bool ModuleMapLoader::parseAndLoadModuleMapFile | ( | const modulemap::ModuleMapFile & | MMF | ) |
Definition at line 2201 of file ModuleMap.cpp.
References clang::modulemap::ModuleMapFile::Decls.
Referenced by clang::ModuleMap::parseAndLoadModuleMapFile().