forked from OSchip/llvm-project
parent
ca256d93fb
commit
94d33c04ab
|
@ -77,7 +77,7 @@ ASTContext &StmtSequence::getASTContext() const {
|
|||
return D->getASTContext();
|
||||
}
|
||||
|
||||
SourceLocation StmtSequence::getStartLoc() const {
|
||||
SourceLocation StmtSequence::getBeginLoc() const {
|
||||
return front()->getLocStart();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue