Fix build
authorStephen Kelly <steveire@gmail.com>
Thu, 9 Aug 2018 20:21:09 +0000 (20:21 +0000)
committerStephen Kelly <steveire@gmail.com>
Thu, 9 Aug 2018 20:21:09 +0000 (20:21 +0000)
llvm-svn: 339379

clang/lib/Analysis/CloneDetection.cpp

index 8912b3b..c0b9b5c 100644 (file)
@@ -77,7 +77,7 @@ ASTContext &StmtSequence::getASTContext() const {
   return D->getASTContext();
 }
 
-SourceLocation StmtSequence::getStartLoc() const {
+SourceLocation StmtSequence::getBeginLoc() const {
   return front()->getLocStart();
 }