Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCond

5382     Cond = getDerived().TransformExpr(S->getCond());
5388 if (S->getCond()) {
5399 if (!S->getConditionVariable() && S->getCond() && !FullCond.get())
5413 FullCond.get() == S->getCond() &&
5439 Cond = getDerived().TransformExpr(S->getCond());
5477 Cond = getDerived().TransformExpr(S->getCond());
5482 if (S->getCond()) {
5493 if (!S->getConditionVariable() && S->getCond() && !FullCond.get())
5502 FullCond.get() == S->getCond() &&
5520 ExprResult Cond = getDerived().TransformExpr(S->getCond());
5525 Cond.get() == S->getCond() &&
5554 Cond = getDerived().TransformExpr(S->getCond());
5559 if (S->getCond()) {
5571 if (!S->getConditionVariable() && S->getCond() && !FullCond.get())
5590 FullCond.get() == S->getCond() &&
6046 ExprResult Cond = getDerived().TransformExpr(S->getCond());
6070 Cond.get() != S->getCond() ||
6813 ExprResult Cond = getDerived().TransformExpr(E->getCond());
6826 Cond.get() == E->getCond() &&
7095 ExprResult Cond = getDerived().TransformExpr(E->getCond());
7108 Cond.get() == E->getCond() &&