Searched refs:isConvertingConstructor (Results 1 – 6 of 6) sorted by relevance
2619 bool isConvertingConstructor(bool AllowExplicit) const;
2712 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
4592 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()5261 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
7336 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()7631 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
3469 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()
8562 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()