[clang][parse] NFCI: Use FileEntryRef in Parser::ParseModuleImport()
authorJan Svoboda <jan_svoboda@apple.com>
Fri, 15 Apr 2022 12:47:34 +0000 (14:47 +0200)
committerJan Svoboda <jan_svoboda@apple.com>
Fri, 15 Apr 2022 13:16:17 +0000 (15:16 +0200)
commitf263dac4465c251e37af9787baf5e9f56138e369
treee88d97f70b4a2cb37aac4f13a4694ae3ebf95de8
parent33d3fc4466479285121cbb1a62db249454da0bda
[clang][parse] NFCI: Use FileEntryRef in Parser::ParseModuleImport()

This patch removes use of the deprecated `DirectoryEntry::getName()` from `Parser` by using `{File,Directory}EntryRef` instead.

Reviewed By: bnbarham

Differential Revision: https://reviews.llvm.org/D123767
clang/lib/Parse/Parser.cpp