Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h453 ArrayRef<KnownHeader> findAllModulesForHeader(FileEntryRef File);
H A DHeaderSearch.h680 findAllModulesForHeader(FileEntryRef File) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp1566 HeaderSearch::findAllModulesForHeader(FileEntryRef File) const { in findAllModulesForHeader() function in HeaderSearch
1572 return ModMap.findAllModulesForHeader(File); in findAllModulesForHeader()
H A DPPDirectives.cpp903 for (auto Header : HeaderInfo.findAllModulesForHeader(*FE)) { in getHeaderToIncludeForDiagnostics()
H A DModuleMap.cpp708 ModuleMap::findAllModulesForHeader(FileEntryRef File) { in findAllModulesForHeader() function in ModuleMap