Home | History | Annotate | Download | only in Sema

Lines Matching full:overload

24 #include "clang/Sema/Overload.h"
594 case BuiltinType::Overload:
2875 /// \brief Add function overload parameter chunks to the given code completion
3934 // Sort the overload candidate set by placing the best overloads first.
3941 // Add the remaining viable overload candidates as code-completion results.
3948 /// \brief Get the type of the Nth parameter from a given set of overload
3956 // overload candidates.
4012 // Build an overload candidate set based on the functions we find.
4052 // If expression's type is CXXRecordDecl, it may overload the function
7490 // FIXME: In the future, we could provide "overload" results, much like we