Lines Matching refs:getCond
6276 S->getIfLoc(), S->getConditionVariable(), S->getCond(), in TransformIfStmt()
6307 Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) && in TransformIfStmt()
6327 S->getSwitchLoc(), S->getConditionVariable(), S->getCond(), in TransformSwitchStmt()
6354 S->getWhileLoc(), S->getConditionVariable(), S->getCond(), in TransformWhileStmt()
6365 Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) && in TransformWhileStmt()
6381 ExprResult Cond = getDerived().TransformExpr(S->getCond()); in TransformDoStmt()
6386 Cond.get() == S->getCond() && in TransformDoStmt()
6410 S->getForLoc(), S->getConditionVariable(), S->getCond(), in TransformForStmt()
6431 Cond.get() == std::make_pair(S->getConditionVariable(), S->getCond()) && in TransformForStmt()
6928 ExprResult Cond = getDerived().TransformExpr(S->getCond()); in TransformCXXForRangeStmt()
6953 Cond.get() != S->getCond() || in TransformCXXForRangeStmt()
8726 ExprResult Cond = getDerived().TransformExpr(E->getCond()); in TransformConditionalOperator()
8739 Cond.get() == E->getCond() && in TransformConditionalOperator()
9032 ExprResult Cond = getDerived().TransformExpr(E->getCond()); in TransformChooseExpr()
9045 Cond.get() == E->getCond() && in TransformChooseExpr()