[clang] Adjust LookupTest for UsingTypeLocs
authorKadir Cetinkaya <kadircet@google.com>
Mon, 7 Mar 2022 11:51:13 +0000 (12:51 +0100)
committerKadir Cetinkaya <kadircet@google.com>
Mon, 7 Mar 2022 15:22:03 +0000 (16:22 +0100)
commitd65952b9bd8099b7405a4168d501596256a49f87
tree1affeb11d2ee4555250daf116818e29093067445
parentde29719af2c7d1772e14b45f8da75626735246e6
[clang] Adjust LookupTest for UsingTypeLocs

We no longer traverse the underlying RecordTypeLoc directly, but rather
visit the UsingTypeLoc.

Differential Revision: https://reviews.llvm.org/D121103
clang/unittests/Tooling/LookupTest.cpp