Home | History | Annotate | Download | only in Sema

Lines Matching full:overload

3045   // Perform overload resolution and return the result.
3050 /// enumerates the constructors of the initialized entity and performs overload
3085 // through overload resolution.
3097 // When objects of non-aggregate type T are list-initialized, overload
3120 // - If no viable initializer-list constructor is found, overload resolution
3473 // Perform overload resolution. If it fails, return the failed result.
3480 // This is the overload that will be used for this initialization step if we
3688 // one through overload resolution (13.3)),
3986 /// which enumerates all conversion functions and performs overload resolution
4095 // Perform overload resolution. If it fails, return the failed result.
4358 // Eliminate non-overload placeholder types in the arguments. We
4542 // 13.3.1.4, and the best one is chosen through overload resolution
4867 // Perform overload resolution using the class's copy/move constructors.
4983 // Perform overload resolution.
5590 // Overload resolution determined which function invoke; update the
6313 llvm_unreachable("Inconsistent overload resolution?");
6490 llvm_unreachable("Inconsistent overload resolution?");
6564 assert(Ovl == OR_Success && "Inconsistent overload resolution");
6621 OS << "overload resolution for reference initialization failed";