Home | History | Annotate | Download | only in AST

Lines Matching defs:getRHS

2090   /// - getLHS() and getRHS() present the syntactic view. e.g. for
2100 Expr *getRHS() { return cast<Expr>(SubExprs[RHS]); }
2101 const Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); }
2105 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getLHS():getRHS());
2109 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getLHS():getRHS());
2113 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getRHS():getLHS());
2117 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getRHS():getLHS());
2960 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); }
2967 return getRHS()->getLocEnd();
3168 // the same as getRHS.
3224 // the same as getRHS.
3228 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); }
3234 return getRHS()->getLocEnd();
3600 return isConditionTrue() ? getLHS() : getRHS();
3607 Expr *getRHS() const { return cast<Expr>(SubExprs[RHS]); }