reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
860 if (!CondExpr) return StmtError(); 862 QualType CondType = CondExpr->getType(); 871 const Expr *CondExprBeforePromotion = CondExpr; 878 = CondExpr->isTypeDependent() || CondExpr->isValueDependent(); 878 = CondExpr->isTypeDependent() || CondExpr->isValueDependent(); 968 HasConstantCond = CondExpr->EvaluateAsInt(Result, Context, 1120 Diag(CondExpr->getExprLoc(), diag::warn_missing_case_for_condition) 1122 << CondExpr->getSourceRange(); 1232 DiagnosticBuilder DB = Diag(CondExpr->getExprLoc(), 1248 DiagnoseEmptyStmtBody(CondExpr->getEndLoc(), BodyStmt,