Lines Matching refs:IsListInit
4232 bool IsListInit, bool RequireActualConstructor, in ResolveConstructorOverload() argument
4258 (IsListInit && Args.size() == 1 && isa<InitListExpr>(Args[0]) && in ResolveConstructorOverload()
4347 bool IsListInit = false, in TryConstructorInitialization() argument
4349 assert(((!IsListInit && !IsInitListCopy) || in TryConstructorInitialization()
4354 (IsListInit || IsInitListCopy) ? cast<InitListExpr>(Args[0]) : nullptr; in TryConstructorInitialization()
4400 bool AllowExplicit = Kind.AllowExplicit() || IsListInit; in TryConstructorInitialization()
4421 if (IsListInit) { in TryConstructorInitialization()
4430 /*OnlyListConstructors=*/true, IsListInit, RequireActualConstructor); in TryConstructorInitialization()
4443 /*OnlyListConstructors=*/false, IsListInit, RequireActualConstructor); in TryConstructorInitialization()
4447 IsListInit ? InitializationSequence::FK_ListConstructorOverloadFailed in TryConstructorInitialization()
4468 if (IsListInit) in TryConstructorInitialization()
4496 if (IsListInit && !Kind.AllowExplicit() && CtorDecl->isExplicit()) { in TryConstructorInitialization()
4517 IsListInit | IsInitListCopy, AsInitializerList); in TryConstructorInitialization()