Home | History | Annotate | Download | only in Sema

Lines Matching refs:QuestionLoc

5393                                       SourceLocation QuestionLoc) {
5424 Diag(QuestionLoc, diag::err_typecheck_cond_incompatible_operands_null)
5694 SourceLocation QuestionLoc) {
5706 return CXXCheckConditionalOperands(Cond, LHS, RHS, VK, OK, QuestionLoc);
5721 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false);
5767 QuestionLoc);
5777 QuestionLoc);
5782 QuestionLoc);
5786 if (checkPointerIntegerMismatch(*this, LHS, RHS.get(), QuestionLoc,
5789 if (checkPointerIntegerMismatch(*this, RHS, LHS.get(), QuestionLoc,
5796 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc))
5800 Diag(QuestionLoc, diag::err_typecheck_cond_incompatible_operands)
5809 SourceLocation QuestionLoc) {
5890 Diag(QuestionLoc, diag::ext_typecheck_cond_incompatible_operands)
5908 Diag(QuestionLoc, diag::err_cond_voidptr_arc) << LHSTy << RHSTy
5928 Diag(QuestionLoc, diag::err_cond_voidptr_arc) << LHSTy << RHSTy
6067 ExprResult Sema::ActOnConditionalOp(SourceLocation QuestionLoc,
6112 VK, OK, QuestionLoc);
6117 DiagnoseConditionalPrecedence(*this, QuestionLoc, Cond.get(), LHS.get(),
6122 ConditionalOperator(Cond.get(), QuestionLoc, LHS.get(), ColonLoc,
6126 commonExpr, opaqueValue, Cond.get(), LHS.get(), RHS.get(), QuestionLoc,