Searched refs:isInitListConstructor (Results 1 – 5 of 5) sorted by relevance
3970 if (OnlyListConstructors && !S.isInitListConstructor(Info.Constructor)) in ResolveConstructorOverload()10149 if (OnlyListConstructors && !isInitListConstructor(GD)) in DeduceTemplateSpecializationFromInitializer()
6263 if (Braced && LangOpts.CPlusPlus && isInitListConstructor(FD)) in ProduceConstructorSignatureHelp()6272 isInitListConstructor(FTD->getTemplatedDecl())) in ProduceConstructorSignatureHelp()
3366 S.isInitListConstructor(Info.Constructor); in IsInitializerListConstructorConversion()
11570 bool Sema::isInitListConstructor(const FunctionDecl *Ctor) { in isInitListConstructor() function in Sema
5993 bool isInitListConstructor(const FunctionDecl *Ctor);