Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1573 void handleModuleDecl(const modulemap::ModuleDecl &MD);
1666 void ModuleMapLoader::handleModuleDecl(const modulemap::ModuleDecl &MD) { in handleModuleDecl() function in ModuleMapLoader
1810 [&](const modulemap::ModuleDecl &MD) { handleModuleDecl(MD); }, in handleModuleDecl()
2191 handleModuleDecl(MD); in loadModuleDecl()
2206 [&](const modulemap::ModuleDecl &MD) { handleModuleDecl(MD); }, in parseAndLoadModuleMapFile()