[clang] Use `FileEntryRef` in modular header search (part 1/2)
authorJan Svoboda <jan_svoboda@apple.com>
Wed, 31 May 2023 06:26:24 +0000 (23:26 -0700)
committerJan Svoboda <jan_svoboda@apple.com>
Thu, 1 Jun 2023 17:38:07 +0000 (10:38 -0700)
commitb092f417db211b5316b2222c29bc651eaaa86ce1
tree8b1331b8ab038728c10abae2284a8c3dfbd990fb
parent8a7290641c06fc51cea699306affb12b8f6d94a4
[clang] Use `FileEntryRef` in modular header search (part 1/2)

This patch removes some deprecated uses of `{File,Directory}Entry::getName()`. No functional change indended.

Depends on D151853.

Reviewed By: benlangmuir

Differential Revision: https://reviews.llvm.org/D151854
clang/include/clang/Lex/HeaderSearch.h
clang/include/clang/Lex/ModuleMap.h
clang/lib/Lex/HeaderSearch.cpp
clang/lib/Lex/ModuleMap.cpp
clang/tools/libclang/CIndex.cpp