|
clang 23.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 1540 of file ModuleMap.cpp.
|
inline |
Definition at line 1597 of file ModuleMap.cpp.
| bool ModuleMapLoader::loadExternModuleDecl | ( | const modulemap::ExternModuleDecl & | EMD | ) |
Definition at line 2197 of file ModuleMap.cpp.
| bool ModuleMapLoader::loadModuleDecl | ( | const modulemap::ModuleDecl & | MD | ) |
Definition at line 2192 of file ModuleMap.cpp.
Referenced by clang::ModuleMap::findOrLoadModule().
| bool ModuleMapLoader::parseAndLoadModuleMapFile | ( | const modulemap::ModuleMapFile & | MMF | ) |
Definition at line 2203 of file ModuleMap.cpp.
References clang::modulemap::ModuleMapFile::Decls.
Referenced by clang::ModuleMap::parseAndLoadModuleMapFile().