Lines Matching refs:EMD
1371 [&](const modulemap::ExternModuleDecl &EMD) { in parseModuleMapFile() argument
1372 PendingExternalModuleMaps.push_back(&EMD); in parseModuleMapFile()
1377 for (const modulemap::ExternModuleDecl *EMD : PendingExternalModuleMaps) { in parseModuleMapFile() local
1378 StringRef FileNameRef = EMD->Path; in parseModuleMapFile()
1382 llvm::sys::path::append(ModuleMapFileName, EMD->Path); in parseModuleMapFile()
1574 void handleExternModuleDecl(const modulemap::ExternModuleDecl &EMD);
1602 bool loadExternModuleDecl(const modulemap::ExternModuleDecl &EMD);
1815 [&](const modulemap::ExternModuleDecl &EMD) { in handleModuleDecl() argument
1816 handleExternModuleDecl(EMD); in handleModuleDecl()
1850 const modulemap::ExternModuleDecl &EMD) { in handleExternModuleDecl() argument
1851 StringRef FileNameRef = EMD.Path; in handleExternModuleDecl()
1855 llvm::sys::path::append(ModuleMapFileName, EMD.Path); in handleExternModuleDecl()
1864 FileID(), nullptr, EMD.Location); in handleExternModuleDecl()
2196 const modulemap::ExternModuleDecl &EMD) { in loadExternModuleDecl() argument
2197 handleExternModuleDecl(EMD); in loadExternModuleDecl()
2207 [&](const modulemap::ExternModuleDecl &EMD) { in parseAndLoadModuleMapFile() argument
2208 handleExternModuleDecl(EMD); in parseAndLoadModuleMapFile()