Searched refs:isInitListConstructor (Results 1 – 5 of 5) sorted by relevance
3997 if (OnlyListConstructors && !S.isInitListConstructor(Info.Constructor)) in ResolveConstructorOverload()10517 if (OnlyListConstructors && !isInitListConstructor(GD)) in DeduceTemplateSpecializationFromInitializer()
6314 if (Braced && LangOpts.CPlusPlus && isInitListConstructor(FD)) in ProduceConstructorSignatureHelp()6323 isInitListConstructor(FTD->getTemplatedDecl())) in ProduceConstructorSignatureHelp()
3473 S.isInitListConstructor(Info.Constructor); in IsInitializerListConstructorConversion()
11668 bool Sema::isInitListConstructor(const FunctionDecl *Ctor) { in isInitListConstructor() function in Sema
6142 bool isInitListConstructor(const FunctionDecl *Ctor);