Lines Matching defs:isError
11504 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true);
12177 *this, Loc, LHS, RHS, /*isError*/ (bool)isSFINAEContext());
12235 /*isError*/false);
12238 diagnoseDistinctPointerComparison(*this, Loc, LHS, RHS, /*isError*/false);
12399 /*isError*/false);
12428 /*isError*/false);
12455 bool isError = false;
12462 isError = getLangOpts().CPlusPlus;
12464 isError ? diag::err_typecheck_ordered_comparison_of_pointer_and_zero
12469 isError = true;
12479 if (isError)