Fix build

llvm-svn: 339379
This commit is contained in:
Stephen Kelly 2018-08-09 20:21:09 +00:00
parent ca256d93fb
commit 94d33c04ab
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ ASTContext &StmtSequence::getASTContext() const {
return D->getASTContext();
}
SourceLocation StmtSequence::getStartLoc() const {
SourceLocation StmtSequence::getBeginLoc() const {
return front()->getLocStart();
}