Searched refs:isInitListConstructor (Results 1 – 5 of 5) sorted by relevance
4105 if (OnlyListConstructors && !S.isInitListConstructor(Info.Constructor)) in ResolveConstructorOverload()10686 if (OnlyListConstructors && !isInitListConstructor(GD)) in DeduceTemplateSpecializationFromInitializer()
6404 if (Braced && LangOpts.CPlusPlus && isInitListConstructor(FD)) in ProduceConstructorSignatureHelp()6413 isInitListConstructor(FTD->getTemplatedDecl())) in ProduceConstructorSignatureHelp()
3629 S.isInitListConstructor(Info.Constructor); in IsInitializerListConstructorConversion()
12080 bool Sema::isInitListConstructor(const FunctionDecl *Ctor) { in isInitListConstructor() function in Sema
6295 bool isInitListConstructor(const FunctionDecl *Ctor);