Searched refs:isConvertingConstructor (Results 1 – 5 of 5) sorted by relevance
2659 bool isConvertingConstructor(bool AllowExplicit) const;
2417 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
4339 Info.Constructor->isConvertingConstructor(AllowExplicitCtors)) { in TryRefInitWithConversionFunction()4950 Info.Constructor->isConvertingConstructor(AllowExplicit)) { in TryUserDefinedConversion()
4077 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()4253 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
3379 Info.Constructor->isConvertingConstructor(AllowExplicit); in IsUserDefinedConversion()