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