Lines Matching refs:IsListInit
4095 bool IsListInit, bool RequireActualConstructor, in ResolveConstructorOverload() argument
4121 (IsListInit && Args.size() == 1 && isa<InitListExpr>(Args[0]) && in ResolveConstructorOverload()
4210 bool IsListInit = false, in TryConstructorInitialization() argument
4212 assert(((!IsListInit && !IsInitListCopy) || in TryConstructorInitialization()
4217 (IsListInit || IsInitListCopy) ? cast<InitListExpr>(Args[0]) : nullptr; in TryConstructorInitialization()
4263 bool AllowExplicit = Kind.AllowExplicit() || IsListInit; in TryConstructorInitialization()
4284 if (IsListInit) { in TryConstructorInitialization()
4293 /*OnlyListConstructors=*/true, IsListInit, RequireActualConstructor); in TryConstructorInitialization()
4306 /*OnlyListConstructors=*/false, IsListInit, RequireActualConstructor); in TryConstructorInitialization()
4310 IsListInit ? InitializationSequence::FK_ListConstructorOverloadFailed in TryConstructorInitialization()
4331 if (IsListInit) in TryConstructorInitialization()
4359 if (IsListInit && !Kind.AllowExplicit() && CtorDecl->isExplicit()) { in TryConstructorInitialization()
4380 IsListInit | IsInitListCopy, AsInitializerList); in TryConstructorInitialization()