Searched refs:getDoLoc (Results 1 – 4 of 4) sorted by relevance
2752 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc() function2759 SourceLocation getBeginLoc() const { return getDoLoc(); } in getBeginLoc()
278 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
6900 auto ToDoLoc = importChecked(Err, S->getDoLoc()); in VisitDoStmt()
7857 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()