Lines Matching defs:OnlyListConstructors
4296 bool CopyInitializing, bool AllowExplicit, bool OnlyListConstructors,
4307 if (OnlyListConstructors && !S.isInitListConstructor(Info.Constructor))
4525 /*OnlyListConstructors=*/true, IsListInit, RequireActualConstructor);
4544 /*OnlyListConstructors=*/false, IsListInit, RequireActualConstructor);
7070 /*OnlyListConstructors=*/false, /*IsListInit=*/false,
7213 /*OnlyListConstructors=*/false, /*IsListInit=*/false,
9944 bool OnlyListConstructors,
9966 if (OnlyListConstructors && !isInitListConstructor(GD))
10004 [&](bool OnlyListConstructors) -> OverloadingResult {
10049 OnlyListConstructors,
10070 addDeductionCandidate(TD, GD, I.getPair(), OnlyListConstructors,