Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1579 void handleExportAsDecl(const modulemap::ExportAsDecl &EAD);
1813 handleExportAsDecl(EAD); in handleModuleDecl()
2044 void ModuleMapLoader::handleExportAsDecl(const modulemap::ExportAsDecl &EAD) { in handleExportAsDecl() function in ModuleMapLoader