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:
@@ -83,7 +83,7 @@ public:
|
||||
out << ".(accessor)";
|
||||
} else {
|
||||
printDeclContext(out, decl->getDeclContext());
|
||||
out << decl->getFullName();
|
||||
out << decl->getName();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user