Lines Matching refs:IsError
7218 bool IsError) {
7219 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers
7258 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true);
7275 bool IsError) {
7276 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void
7626 *this, Loc, LHS, RHS, /*isError*/ (bool)isSFINAEContext());
7656 /*isError*/false);
7659 diagnoseDistinctPointerComparison(*this, Loc, LHS, RHS, /*isError*/false);
7766 /*isError*/false);
7788 /*isError*/false);
7802 bool isError = false;
7814 isError = true;
7822 if (isError)