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

/external/clang/lib/Sema/
H A DSemaOverload.cpp8190 const OverloadCandidate &Cand2,
8195 if (!Cand2.Viable)
8207 if (Cand1.IgnoreObjectArgument || Cand2.IgnoreObjectArgument)
8215 assert(Cand2.NumConversions == NumArgs && "Overload candidate mismatch");
8220 Cand2.Conversions[ArgIdx])) {
8227 // Cand1 can't be better than Cand2.
8247 if (UserDefinedConversion && Cand1.Function && Cand2.Function &&
8249 isa<CXXConversionDecl>(Cand2.Function)) {
8255 compareConversionFunctions(S, Cand1.Function, Cand2.Function);
8259 Cand2
8188 isBetterOverloadCandidate(Sema &S, const OverloadCandidate &Cand1, const OverloadCandidate &Cand2, SourceLocation Loc, bool UserDefinedConversion) argument
[all...]

Completed in 93 milliseconds