reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 7342     return CXXCheckConditionalOperands(Cond, LHS, RHS, VK, OK, QuestionLoc);
 7350     return OpenCLCheckVectorConditional(*this, Cond, LHS, RHS, QuestionLoc);
 7356   if (checkCondition(*this, Cond.get(), QuestionLoc))
 7362     return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false,
 7376     Diag(QuestionLoc,
 7422                                                         QuestionLoc);
 7432                                                      QuestionLoc);
 7437                                                        QuestionLoc);
 7441   if (checkPointerIntegerMismatch(*this, LHS, RHS.get(), QuestionLoc,
 7444   if (checkPointerIntegerMismatch(*this, RHS, LHS.get(), QuestionLoc,
 7451   if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc))
 7455   Diag(QuestionLoc, diag::err_typecheck_cond_incompatible_operands)