Home | History | Annotate | Download | only in Sema

Lines Matching refs:getWhileLoc

6220 getWhileLoc(),
6243 return getDerived().RebuildWhileStmt(S->getWhileLoc(), FullCond,
6265 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(),
6266 /*FIXME:*/S->getWhileLoc(), Cond.get(),