Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1576 void handleHeaderDecl(const modulemap::HeaderDecl &HD);
1806 [&](const modulemap::HeaderDecl &HD) { handleHeaderDecl(HD); }, in handleModuleDecl()
1914 void ModuleMapLoader::handleHeaderDecl(const modulemap::HeaderDecl &HD) { in handleHeaderDecl() function in ModuleMapLoader