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