Lines Matching defs:OnlyListConstructors
4231 bool CopyInitializing, bool AllowExplicit, bool OnlyListConstructors,
4242 if (OnlyListConstructors && !S.isInitListConstructor(Info.Constructor))
4430 /*OnlyListConstructors=*/true, IsListInit, RequireActualConstructor);
4443 /*OnlyListConstructors=*/false, IsListInit, RequireActualConstructor);
6929 /*OnlyListConstructors=*/false, /*IsListInit=*/false,
7072 /*OnlyListConstructors=*/false, /*IsListInit=*/false,
9789 bool OnlyListConstructors,
9811 if (OnlyListConstructors && !isInitListConstructor(GD))
9849 [&](bool OnlyListConstructors) -> OverloadingResult {
9894 OnlyListConstructors,
9915 addDeductionCandidate(TD, GD, I.getPair(), OnlyListConstructors,