mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Rename getFullName -> getName on ValueDecl & MissingMemberDecl
This commit is contained in:
@@ -921,7 +921,7 @@ public:
|
||||
return true;
|
||||
|
||||
if (isa<VarDecl>(D) && D->hasName() &&
|
||||
D->getFullName() == D->getASTContext().Id_self)
|
||||
D->getName() == D->getASTContext().Id_self)
|
||||
return true;
|
||||
|
||||
// Do not annotate references to unavailable decls.
|
||||
|
||||
Reference in New Issue
Block a user