[NFC] AST: Rename ComponentIdentTypeReprIdentTypeRepr

This commit is contained in:
Anthony Latsis
2022-11-30 02:14:52 +03:00
parent ad5d55c36e
commit 1bb407ac8c
26 changed files with 245 additions and 249 deletions

View File

@@ -488,7 +488,7 @@ ASTWalker::PreWalkAction NameMatcher::walkToTypeReprPre(TypeRepr *T) {
if (shouldSkip(T->getSourceRange()))
return Action::SkipChildren();
if (isa<ComponentIdentTypeRepr>(T)) {
if (isa<IdentTypeRepr>(T)) {
// If we're walking a CustomAttr's type we may have an associated call
// argument to resolve with from its semantic initializer.
if (CustomAttrArgList.has_value() && CustomAttrArgList->Loc == T->getLoc()) {