Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h442 KnownHeader findModuleForHeader(FileEntryRef File, bool AllowTextual = false,
H A DHeaderSearch.h700 ModuleMap::KnownHeader findModuleForHeader(FileEntryRef File,
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1660 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 DModuleMap.cpp606 ModuleMap::KnownHeader ModuleMap::findModuleForHeader(FileEntryRef File, in findModuleForHeader() function in ModuleMap
H A DPPDirectives.cpp869 .findModuleForHeader(*EntryOfIncl, AllowTextual) in getModuleForLocation()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp756 if (HS.findModuleForHeader(*FE)) in HandleDiagnostic()