Searched refs:CondOffset (Results 1 – 2 of 2) sorted by relevance
314 CondOffset = 5, enumerator427 *std::next(child_begin(), CondOffset) = Cond; in setCond()628 reinterpret_cast<const Expr *>(*std::next(child_begin(), CondOffset))); in getCond()
472 CondOffset = 4, enumerator618 void setCond(Expr *Cond) { Data->getChildren()[CondOffset] = Cond; } in setCond()942 Expr *getCond() const { return cast<Expr>(Data->getChildren()[CondOffset]); } in getCond()