Searched refs:findModuleForHeader (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | ModuleMap.h | 443 KnownHeader findModuleForHeader(FileEntryRef File, bool AllowTextual = false,
|
| H A D | HeaderSearch.h | 672 ModuleMap::KnownHeader findModuleForHeader(FileEntryRef File,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 1555 HeaderSearch::findModuleForHeader(FileEntryRef File, bool AllowTextual, in findModuleForHeader() function in HeaderSearch 1562 return ModMap.findModuleForHeader(File, AllowTextual, AllowExcluded); in findModuleForHeader() 1589 HS.findModuleForHeader(File, /*AllowTextual*/true); in suggestModule()
|
| H A D | PPDirectives.cpp | 868 .findModuleForHeader(*EntryOfIncl, AllowTextual) in getModuleForLocation()
|
| H A D | ModuleMap.cpp | 606 ModuleMap::KnownHeader ModuleMap::findModuleForHeader(FileEntryRef File, in findModuleForHeader() function in ModuleMap
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | VerifyDiagnosticConsumer.cpp | 751 if (HS.findModuleForHeader(*FE)) in HandleDiagnostic()
|