Home | History | Annotate | Download | only in Sema

Lines Matching full:overload

1 //===--- Overload.h - C++ Overloading ---------------------------*- C++ -*-===//
11 // overload resolution.
37 /// OverloadingResult - Capture the result of performing overload
40 OR_Success, ///< Overload resolution succeeded.
600 /// OverloadCandidate - A single candidate in an overload set (C++ 13.3).
614 // built-in overload candidate. Only valid when Function is NULL.
636 /// Viable - True to indicate that this overload candidate is viable.
666 /// after the call to the overload candidate to convert the result
671 /// hasAmbiguousConversion - Returns whether this overload
695 /// OverloadCandidateSet - A set of overload candidates, used in C++
696 /// overload resolution (C++ 13.3).
721 /// \brief Determine when this overload candidate will be new to the
722 /// overload set.
738 /// to the overload set.
764 /// Find the best viable function on this overload set, if it exists.