Searched refs:isConvertingConstructor (Results 1 – 5 of 5) sorted by relevance
2621 bool isConvertingConstructor(bool AllowExplicit) const;
2698 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
4594 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()5263 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
7352 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()7647 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
3469 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()