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

References

tools/clang/lib/Sema/SemaOverload.cpp
11106   for (; I != E; ++I) {
11106   for (; I != E; ++I) {
11107     OverloadCandidate *Cand = *I;
11141   if (I != E)
11142     S.Diag(OpLoc, diag::note_ovl_too_many_candidates) << int(E - I);