Searched defs:Cand1 (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOverload.cpp7701 const OverloadCandidate &Cand1,
7708 return Cand1.Viable;
7709 else if (!Cand1.Viable)
7719 if (Cand1.IgnoreObjectArgument || Cand2.IgnoreObjectArgument)
7726 unsigned NumArgs = Cand1.NumConversions;
7731 Cand1.Conversions[ArgIdx],
7734 // Cand1 has a better conversion sequence.
7739 // Cand1 can't be better than Cand2.
7755 if ((!Cand1.Function || !Cand1
7700 isBetterOverloadCandidate(Sema &S, const OverloadCandidate &Cand1, const OverloadCandidate &Cand2, SourceLocation Loc, bool UserDefinedConversion) argument
[all...]

Completed in 94 milliseconds