Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsError

6800                                               bool IsError) {
6801 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers
6840 diagnoseDistinctPointerComparison(S, Loc, LHS, RHS, /*isError*/true);
6857 bool IsError) {
6858 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void
7187 *this, Loc, LHS, RHS, /*isError*/ (bool)isSFINAEContext());
7217 /*isError*/false);
7220 diagnoseDistinctPointerComparison(*this, Loc, LHS, RHS, /*isError*/false);
7327 /*isError*/false);
7341 /*isError*/false);
7355 bool isError = false;
7367 isError = true;
7375 if (isError)