Searched refs:InitListSyntax (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaInit.cpp3134 bool OnlyListConstructors, bool InitListSyntax) {
3165 if ((CopyInitializing || (InitListSyntax && Args.size() == 1)) &&
3202 /// If InitListSyntax is true, this is list-initialization of a non-aggregate
3209 bool InitListSyntax = false) {
3210 assert((!InitListSyntax || (Args.size() == 1 && isa<InitListExpr>(Args[0]))) &&
3211 "InitListSyntax must come with a single initializer list argument.");
3230 bool AllowExplicit = Kind.AllowExplicit() || InitListSyntax;
3252 if (InitListSyntax) {
3263 InitListSyntax);
3280 InitListSyntax);
3128 ResolveConstructorOverload(Sema &S, SourceLocation DeclLoc, MultiExprArg Args, OverloadCandidateSet &CandidateSet, ArrayRef<NamedDecl *> Ctors, OverloadCandidateSet::iterator &Best, bool CopyInitializing, bool AllowExplicit, bool OnlyListConstructors, bool InitListSyntax) argument
4115 bool InitListSyntax = InitList; local
[all...]

Completed in 2449 milliseconds