Searched refs:isConvertingConstructor (Results 1 – 8 of 8) sorted by relevance
319 if (NestedConstruct->getConstructor()->isConvertingConstructor(false)) in replaceIterators()
1261 !Con->isConvertingConstructor(/* AllowExplicit =*/false)) in tryConvertingConstructors()
2654 bool isConvertingConstructor(bool AllowExplicit) const;
2714 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
4622 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()5291 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
7882 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()8177 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
3488 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()
8819 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()