Home | History | Annotate | Download | only in Sema

Lines Matching refs:Overload

23 #include "clang/Sema/Overload.h"
611 case BuiltinType::Overload:
2887 /// \brief Add function overload parameter chunks to the given code completion
3954 // Sort the overload candidate set by placing the best overloads first.
3961 // Add the remaining viable overload candidates as code-completion results.
3968 /// \brief Get the type of the Nth parameter from a given set of overload
3976 // overload candidates.
4032 // Build an overload candidate set based on the functions we find.
4072 // If expression's type is CXXRecordDecl, it may overload the function
7510 // FIXME: In the future, we could provide "overload" results, much like we