Home | History | Annotate | Download | only in Sema

Lines Matching refs:getWhileLoc

5338       ExprResult CondE = getSema().ActOnBooleanCondition(0, S->getWhileLoc(), 
5361 return getDerived().RebuildWhileStmt(S->getWhileLoc(), FullCond,
5383 return getDerived().RebuildDoStmt(S->getDoLoc(), Body.get(), S->getWhileLoc(),
5384 /*FIXME:*/S->getWhileLoc(), Cond.get(),