Home | History | Annotate | Download | only in Sema

Lines Matching refs:CheckCXXBooleanCondition

2486 /// CheckCXXBooleanCondition - Returns true if a conversion to bool is invalid.
2487 ExprResult Sema::CheckCXXBooleanCondition(Expr *CondExpr) {
4375 ExprResult CondRes = CheckCXXBooleanCondition(Cond.get());