Searched refs:isConvertingConstructor (Results 1 – 5 of 5) sorted by relevance
2745 bool isConvertingConstructor(bool AllowExplicit) const;
2797 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
4787 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()5708 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
8118 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()8411 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
3751 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()