Lines Matching defs:isError
11074 bool IsError) {
11075 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers
11103 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true);
11115 bool IsError) {
11116 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void
11785 *this, Loc, LHS, RHS, /*isError*/ (bool)isSFINAEContext());
11849 /*isError*/false);
11852 diagnoseDistinctPointerComparison(*this, Loc, LHS, RHS, /*isError*/false);
11992 /*isError*/false);
12020 /*isError*/false);
12047 bool isError = false;
12054 isError = getLangOpts().CPlusPlus;
12056 isError ? diag::err_typecheck_ordered_comparison_of_pointer_and_zero
12061 isError = true;
12071 if (isError)