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

@@ -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.