Searched refs:IsError (Results 1 – 11 of 11) sorted by relevance
36 if (message.IsError()) { in ReportMessage()
73 bool IsError() const { in IsError() function
64 if (message.IsError()) { in AddMessage()
427 bool IsError = false; in parseDeclareSimdClauses() local440 IsError = true; in parseDeclareSimdClauses()449 IsError = true; in parseDeclareSimdClauses()455 IsError = true; in parseDeclareSimdClauses()470 IsError = true; in parseDeclareSimdClauses()489 return IsError; in parseDeclareSimdClauses()511 bool IsError = in ParseOMPDeclareSimdClauses() local523 if (!IsError) { in ParseOMPDeclareSimdClauses()
641 func (e errorCond) match(t *trace) bool { return t.IsError }701 IsError bool // Whether this trace resulted in an error. member724 tr.IsError = false812 tr.IsError = true
307 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); in ProcessUCNEscape() local312 IsError ? diag::err_ucn_escape_basic_scs : in ProcessUCNEscape()317 IsError ? diag::err_ucn_control_character : in ProcessUCNEscape()320 if (IsError) in ProcessUCNEscape()
981 bool IsError = static_cast<bool>(Err); in errorToBool() local982 if (IsError) in errorToBool()984 return IsError; in errorToBool()
1599 bool IsError = false; in CheckMessageArgumentTypes() local1622 IsError = true; in CheckMessageArgumentTypes()1649 IsError = true; in CheckMessageArgumentTypes()1674 IsError |= Arg.isInvalid(); in CheckMessageArgumentTypes()1692 IsError |= CheckObjCMethodCall( in CheckMessageArgumentTypes()1695 return IsError; in CheckMessageArgumentTypes()
12642 bool IsError = false; in BuildCallToObjectOfClassType() local12649 IsError = true; in BuildCallToObjectOfClassType()12668 IsError |= InputInit.isInvalid(); in BuildCallToObjectOfClassType()12674 IsError = true; in BuildCallToObjectOfClassType()12690 IsError |= Arg.isInvalid(); in BuildCallToObjectOfClassType()12695 if (IsError) return true; in BuildCallToObjectOfClassType()
8773 bool IsError) { in diagnoseDistinctPointerComparison() argument8774 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers in diagnoseDistinctPointerComparison()8830 bool IsError) { in diagnoseFunctionPointerToVoidComparison() argument8831 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void in diagnoseFunctionPointerToVoidComparison()
3322 bool IsError = parseSysAlias(Head, NameLoc, Operands); in ParseInstruction() local3323 if (IsError && getLexer().isNot(AsmToken::EndOfStatement)) in ParseInstruction()3325 return IsError; in ParseInstruction()