Home | History | Annotate | Download | only in Sema

Lines Matching refs:QuestionLoc

4670                                 SourceLocation QuestionLoc,
4710 Self.IsDerivedFrom(QuestionLoc, FTy, TTy);
4712 Self.IsDerivedFrom(QuestionLoc, TTy, FTy))) {
4759 SourceLocation QuestionLoc) {
4761 OverloadCandidateSet CandidateSet(QuestionLoc,
4763 Self.AddBuiltinOperatorCandidates(OO_Conditional, QuestionLoc, Args,
4767 switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) {
4784 Self.MarkFunctionReferenced(QuestionLoc, Best->Function);
4793 if (Self.DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc))
4796 Self.Diag(QuestionLoc, diag::err_typecheck_cond_incompatible_operands)
4802 Self.Diag(QuestionLoc, diag::err_conditional_ambiguous_ovl)
4838 SourceLocation QuestionLoc) {
4887 Diag(QuestionLoc, diag::err_conditional_void_nonvoid)
4904 if (TryClassUnification(*this, LHS.get(), RHS.get(), QuestionLoc, HaveL2R, L2RType))
4906 if (TryClassUnification(*this, RHS.get(), LHS.get(), QuestionLoc, HaveR2L, R2LType))
4911 Diag(QuestionLoc, diag::err_conditional_ambiguous)
4979 if (FindConditionalOverload(*this, LHS, RHS, QuestionLoc))
5002 if (RequireNonAbstractType(QuestionLoc, LTy,
5028 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false,
5059 QualType Composite = FindCompositePointerType(QuestionLoc, LHS, RHS,
5064 Diag(QuestionLoc,
5073 Composite = FindCompositeObjCPointerType(LHS, RHS, QuestionLoc);
5078 if (DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc))
5081 Diag(QuestionLoc, diag::err_typecheck_cond_incompatible_operands)