Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1578 void handleExportDecl(const modulemap::ExportDecl &ED);
1811 [&](const modulemap::ExportDecl &ED) { handleExportDecl(ED); }, in handleModuleDecl()
2039 void ModuleMapLoader::handleExportDecl(const modulemap::ExportDecl &ED) { in handleExportDecl() function in ModuleMapLoader