Searched refs:getDoLoc (Results 1 – 5 of 5) sorted by relevance
127 checkStmt(Result, S->getBody(), S->getDoLoc(), S->getWhileLoc()); in check()
2539 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc() function2546 SourceLocation getBeginLoc() const { return getDoLoc(); } in getBeginLoc()
213 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
6515 auto ToDoLoc = importChecked(Err, S->getDoLoc()); in VisitDoStmt()
7594 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()