Searched refs:isInitListConstructor (Results 1 – 5 of 5) sorted by relevance
4361 if (OnlyListConstructors && !S.isInitListConstructor(Info.Constructor)) in ResolveConstructorOverload()10100 if (OnlyListConstructors && !isInitListConstructor(GD)) in DeduceTemplateSpecializationFromInitializer()
6553 SemaRef.isInitListConstructor(FD)) in ProduceConstructorSignatureHelp()6562 SemaRef.isInitListConstructor(FTD->getTemplatedDecl())) in ProduceConstructorSignatureHelp()
1700 !S.isInitListConstructor(Constructor)) { in TryUserDefinedConversion()3895 S.isInitListConstructor(Info.Constructor); in IsInitializerListConstructorConversion()
12324 bool Sema::isInitListConstructor(const FunctionDecl *Ctor) { in isInitListConstructor() function in Sema
5234 bool isInitListConstructor(const FunctionDecl *Ctor);