Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h452 ArrayRef<KnownHeader> findAllModulesForHeader(FileEntryRef File);
H A DHeaderSearch.h708 findAllModulesForHeader(FileEntryRef File) const;
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1671 HeaderSearch::findAllModulesForHeader(FileEntryRef File) const { in findAllModulesForHeader() function in HeaderSearch
1677 return ModMap.findAllModulesForHeader(File); in findAllModulesForHeader()
H A DModuleMap.cpp707 ModuleMap::findAllModulesForHeader(FileEntryRef File) { in findAllModulesForHeader() function in ModuleMap
H A DPPDirectives.cpp904 for (auto Header : HeaderInfo.findAllModulesForHeader(*FE)) { in getHeaderToIncludeForDiagnostics()