Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsError

6499                                               bool IsError) {
6500 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers
6539 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true);
6556 bool IsError) {
6557 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void
6732 *this, Loc, LHS, RHS, /*isError*/ isSFINAEContext());
6762 /*isError*/false);
6765 diagnoseDistinctPointerComparison(*this, Loc, LHS, RHS, /*isError*/false);
6872 /*isError*/false);
6886 /*isError*/false);
6897 bool isError = false;
6906 isError = true;
6914 if (isError)