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