Home | History | Annotate | Download | only in Sema

Lines Matching full:overload

4337     // For copy or move constructors, we need to perform overload resolution.
4344 // In C++1y, we need to perform overload resolution.
4822 // either M has no default constructor or overload resolution as applied
4827 // overload resolution, as applied to B's corresponding special member,
5107 /// perform overload resolution for default constructors.
5126 // Note, no overload resolution is performed in this case.
5173 // ambiguity; no need to actually perform overload resolution.
5178 // In C++98, we are not supposed to perform overload resolution here, but we
5196 // In C++98, we are not supposed to perform overload resolution here, but we
5572 // Collect the overload only if its hidden.