Home
last modified time | relevance | path

Searched refs:UnwrappedArgs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4355 MultiExprArg UnwrappedArgs = in TryConstructorInitialization() local
4380 UnwrappedArgs.size() == 1 && UnwrappedArgs[0]->isPRValue() && in TryConstructorInitialization()
4381 S.Context.hasSameUnqualifiedType(UnwrappedArgs[0]->getType(), DestType)) { in TryConstructorInitialization()
4426 if (!(UnwrappedArgs.empty() && S.LookupDefaultConstructor(DestRecordDecl))) in TryConstructorInitialization()
4441 S, Kind.getLocation(), UnwrappedArgs, CandidateSet, DestType, Ctors, in TryConstructorInitialization()