Home
last modified time | relevance | path

Searched refs:EMD (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp185 std::optional<ExternModuleDecl> EMD = parseExternModuleDecl(); in parseTopLevelDecls() local
186 if (EMD) in parseTopLevelDecls()
187 MMF.Decls.push_back(std::move(*EMD)); in parseTopLevelDecls()
432 ExternModuleDecl EMD; in parseExternModuleDecl() local
433 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() argument
1155 out << "extern module " << formatModuleId(EMD.Id) << " \"" << EMD.Path in dumpExternModule()
[all …]
H A DModuleMap.cpp1371 [&](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
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in23928 @Article{Ulrich:1978:EMD,