AST: Rename getFullName -> getName on ValueDecl & MissingMemberDecl

This commit is contained in:
Anthony Latsis
2020-03-24 11:01:00 +03:00
parent 52c3d70518
commit 74252028ca
90 changed files with 457 additions and 462 deletions

View File

@@ -83,7 +83,7 @@ public:
out << ".(accessor)";
} else {
printDeclContext(out, decl->getDeclContext());
out << decl->getFullName();
out << decl->getName();
}
}