Searched refs:isInitListConstructor (Results 1 – 7 of 7) sorted by relevance
3914 if (OnlyListConstructors && !S.isInitListConstructor(Info.Constructor)) in ResolveConstructorOverload()9995 if (OnlyListConstructors && !isInitListConstructor(GD)) in DeduceTemplateSpecializationFromInitializer()
3347 S.isInitListConstructor(Info.Constructor); in IsInitializerListConstructorConversion()
11304 bool Sema::isInitListConstructor(const FunctionDecl *Ctor) { in isInitListConstructor() function in Sema
3477 (!OnlyListConstructors || S.isInitListConstructor(Info.Constructor))) { in ResolveConstructorOverload()
7631 bool Sema::isInitListConstructor(const CXXConstructorDecl* Ctor) { in isInitListConstructor() function in Sema
4214 bool isInitListConstructor(const CXXConstructorDecl *Ctor);
5512 bool isInitListConstructor(const FunctionDecl *Ctor);