Searched refs:getDoLoc (Results 1 – 4 of 4) sorted by relevance
2214 SourceLocation getDoLoc() const { return DoStmtBits.DoLoc; } in getDoLoc() function2221 SourceLocation getBeginLoc() const { return getDoLoc(); } in getBeginLoc()
203 Record.AddSourceLocation(S->getDoLoc()); in VisitDoStmt()
5790 S->getBody(), S->getCond(), S->getDoLoc(), S->getWhileLoc(), in VisitDoStmt()
6788 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(), in TransformDoStmt()