Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1580 void handleUseDecl(const modulemap::UseDecl &UD);
1818 [&](const modulemap::UseDecl &UD) { handleUseDecl(UD); }, in handleModuleDecl()
2062 void ModuleMapLoader::handleUseDecl(const modulemap::UseDecl &UD) { in handleUseDecl() function in ModuleMapLoader