Searched refs:isConvertingConstructor (Results 1 – 5 of 5) sorted by relevance
2850 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
2759 bool isConvertingConstructor(bool AllowExplicit) const;
4924 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()5849 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
7924 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()8217 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
3785 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()