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

References

tools/clang/lib/Sema/SemaExprCXX.cpp
 5663   OverloadCandidateSet CandidateSet(QuestionLoc,
 5665   Self.AddBuiltinOperatorCandidates(OO_Conditional, QuestionLoc, Args,
 5669   switch (CandidateSet.BestViableFunction(Self, QuestionLoc, Best)) {
 5686         Self.MarkFunctionReferenced(QuestionLoc, Best->Function);
 5695       if (Self.DiagnoseConditionalForNull(LHS.get(), RHS.get(), QuestionLoc))
 5698       Self.Diag(QuestionLoc, diag::err_typecheck_cond_incompatible_operands)
 5704       Self.Diag(QuestionLoc, diag::err_conditional_ambiguous_ovl)