Searched refs:isConvertingConstructor (Results 1 – 6 of 6) sorted by relevance
2668 bool isConvertingConstructor(bool AllowExplicit) const;
2743 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
4649 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()5568 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
7967 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()8260 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
3595 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()
8855 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()