Searched defs:CondExpr (Results 1 – 14 of 14) sorted by relevance
24 public class CondExpr extends ASTList { class28 public CondExpr(ASTree cond, ASTree thenp, ASTree elsep) { in CondExpr() method in CondExpr
432 type CondExpr struct { struct433 commentsRef434 If Position435 Cond Expr436 True Expr437 ElsePos Position438 False Expr441 func (x *CondExpr) Span() (start, end Position) {
1066 ExprResult CondExpr = ParseExpression(); in ParseParenExprOrCondition() local
584 class CondExpr(Expr): class
591 class CondExpr(Expr): class
390 if (Expr *CondExpr = in ActOnCaseStmt() local519 Expr *CondExpr = Cond.get().second; in ActOnIfStmt() local750 Expr *CondExpr = SS->getCond(); in ActOnFinishSwitchStmt() local
3118 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr, bool IsConstexpr) { in CheckCXXBooleanCondition()
7009 Expr *CondExpr, Expr *LHSExpr, in ActOnConditionalOp()11889 Expr *CondExpr, in ActOnChooseExpr()
4499 auto CondExpr = SemaRef.BuildBinOp( in BuildPreCond() local
3413 ExprResult CondExpr = getDerived().TransformExpr(Expr); in TransformCondition() local
2997 ConditionalOperator *CondExpr = in SynthMessageExpr() local3739 ConditionalOperator *CondExpr = in SynthesizeBlockCall() local
4580 ConditionalOperator *CondExpr = in SynthesizeBlockCall() local
1871 const Expr *CondExpr = SS->getCond()->IgnoreParenImpCasts(); in processSwitch() local
3777 FullExpressionRAII CondExpr(Info); in EvaluateStmt() local