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

/external/clang/lib/Sema/
H A DSemaOverload.cpp8189 const OverloadCandidate &Cand1,
8196 return Cand1.Viable;
8197 else if (!Cand1.Viable)
8207 if (Cand1.IgnoreObjectArgument || Cand2.IgnoreObjectArgument)
8214 unsigned NumArgs = Cand1.NumConversions;
8219 Cand1.Conversions[ArgIdx],
8222 // Cand1 has a better conversion sequence.
8227 // Cand1 can't be better than Cand2.
8247 if (UserDefinedConversion && Cand1.Function && Cand2.Function &&
8248 isa<CXXConversionDecl>(Cand1
8188 isBetterOverloadCandidate(Sema &S, const OverloadCandidate &Cand1, const OverloadCandidate &Cand2, SourceLocation Loc, bool UserDefinedConversion) argument
[all...]

Completed in 88 milliseconds