Thanks to David Blaikie for noticing it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@193037
91177308-0d34-0410-b5e6-
96231b3b80d8
return const_cast<Decl *>(this)->getPreviousDeclImpl();
}
- /// \brief True if this is the first declaration in it's redeclaration chain.
+ /// \brief True if this is the first declaration in its redeclaration chain.
bool isFirstDecl() const {
return getPreviousDecl() == 0;
}
return D;
}
- /// \brief True if this is the first declaration in it's redeclaration chain.
+ /// \brief True if this is the first declaration in its redeclaration chain.
bool isFirstDecl() const { return RedeclLink.NextIsLatest(); }
/// \brief Returns the most recent (re)declaration of this declaration.