Lines Matching full:overloads
824 /// name, this parameter is populated with the decls of the various overloads.
829 if (const OverloadExpr *Overloads = dyn_cast<OverloadExpr>(&E)) {
830 for (OverloadExpr::decls_iterator it = Overloads->decls_begin(),
831 DeclsEnd = Overloads->decls_end(); it != DeclsEnd; ++it) {
878 /// \brief Give notes for a set of overloads.
882 /// plausible overloads based on their return types; such guesses can be handed
885 /// \param Overloads - The overloads to note.
886 /// \param FinalNoteLoc - If we've suppressed printing some overloads due to
887 /// -fshow-overloads=best, this is the location to attach to the note about too
890 void Sema::NoteOverloads(const UnresolvedSetImpl &Overloads,
894 for (UnresolvedSetImpl::iterator It = Overloads.begin(),
895 DeclsEnd = Overloads.end(); It != DeclsEnd; ++It) {
896 // FIXME: Magic number for max shown overloads stolen from