Lines Matching refs:FullCond
5540 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.get())); in TransformIfStmt()
5541 if (!S->getConditionVariable() && S->getCond() && !FullCond.get()) in TransformIfStmt()
5555 FullCond.get() == S->getCond() && in TransformIfStmt()
5561 return getDerived().RebuildIfStmt(S->getIfLoc(), FullCond, ConditionVar, in TransformIfStmt()
5635 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.get())); in TransformWhileStmt()
5636 if (!S->getConditionVariable() && S->getCond() && !FullCond.get()) in TransformWhileStmt()
5645 FullCond.get() == S->getCond() && in TransformWhileStmt()
5650 return getDerived().RebuildWhileStmt(S->getWhileLoc(), FullCond, in TransformWhileStmt()
5714 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.get())); in TransformForStmt()
5715 if (!S->getConditionVariable() && S->getCond() && !FullCond.get()) in TransformForStmt()
5734 FullCond.get() == S->getCond() && in TransformForStmt()
5740 Init.get(), FullCond, ConditionVar, in TransformForStmt()