https://reviews.llvm.org/D54862 removed the usages of ASTContext& from
within the CXXMethodDecl::getThisType method. Remove the parameter
altogether, as well as all usages of it. This does not result in any
functional change because the parameter was unused since
https://reviews.llvm.org/D54862.
Test Plan: check-clang