Searched refs:EMD (Results 1 – 3 of 3) sorted by relevance
185 std::optional<ExternModuleDecl> EMD = parseExternModuleDecl(); in parseTopLevelDecls() local186 if (EMD) in parseTopLevelDecls()187 MMF.Decls.push_back(std::move(*EMD)); in parseTopLevelDecls()432 ExternModuleDecl EMD; in parseExternModuleDecl() local433 EMD.Location = consumeToken(); // 'extern' keyword in parseExternModuleDecl()445 if (parseModuleId(EMD.Id)) { in parseExternModuleDecl()456 EMD.Path = Tok.getString(); in parseExternModuleDecl()459 return std::move(EMD); in parseExternModuleDecl()1152 static void dumpExternModule(const ExternModuleDecl &EMD, in dumpExternModule() argument1155 out << "extern module " << formatModuleId(EMD.Id) << " \"" << EMD.Path in dumpExternModule()[all …]
1371 [&](const modulemap::ExternModuleDecl &EMD) { in parseModuleMapFile() argument1372 PendingExternalModuleMaps.push_back(&EMD); in parseModuleMapFile()1377 for (const modulemap::ExternModuleDecl *EMD : PendingExternalModuleMaps) { in parseModuleMapFile() local1378 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() argument1816 handleExternModuleDecl(EMD); in handleModuleDecl()1850 const modulemap::ExternModuleDecl &EMD) { in handleExternModuleDecl() argument[all …]
23928 @Article{Ulrich:1978:EMD,