|
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 1539 of file ModuleMap.cpp.
|
inline |
Definition at line 1596 of file ModuleMap.cpp.
| bool ModuleMapLoader::loadExternModuleDecl | ( | const modulemap::ExternModuleDecl & | EMD | ) |
Definition at line 2196 of file ModuleMap.cpp.
| bool ModuleMapLoader::loadModuleDecl | ( | const modulemap::ModuleDecl & | MD | ) |
Definition at line 2191 of file ModuleMap.cpp.
Referenced by clang::ModuleMap::findOrLoadModule().
| bool ModuleMapLoader::parseAndLoadModuleMapFile | ( | const modulemap::ModuleMapFile & | MMF | ) |
Definition at line 2202 of file ModuleMap.cpp.
References clang::modulemap::ModuleMapFile::Decls.
Referenced by clang::ModuleMap::parseAndLoadModuleMapFile().