Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1581 void handleLinkDecl(const modulemap::LinkDecl &LD);
1819 [&](const modulemap::LinkDecl &LD) { handleLinkDecl(LD); }, in handleModuleDecl()
2069 void ModuleMapLoader::handleLinkDecl(const modulemap::LinkDecl &LD) { in handleLinkDecl() function in ModuleMapLoader