Searched refs:isConvertingConstructor (Results 1 – 13 of 13) sorted by relevance
320 if (NestedConstruct->getConstructor()->isConvertingConstructor(false)) in replaceIterators()
3990 Info.Constructor->isConvertingConstructor(AllowExplicit)) { in TryRefInitWithConversionFunction()4606 Info.Constructor->isConvertingConstructor(AllowExplicit)) { in TryUserDefinedConversion()5365 !Info.Constructor->isConvertingConstructor(/*AllowExplicit=*/true)) in LookupCopyAndMoveConstructors()5377 if (!Info.Constructor->isConvertingConstructor(/*AllowExplicit=*/true)) in LookupCopyAndMoveConstructors()
4030 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in SetLCDeclAndLB()4193 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in GetInitLCDecl()
3185 Info.Constructor->isConvertingConstructor(AllowExplicit); in IsUserDefinedConversion()
1913 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
2371 bool isConvertingConstructor(bool AllowExplicit) const;
2598 bool isConvertingConstructor(bool AllowExplicit) const;
2693 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
4531 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()5200 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
6600 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()6888 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
3472 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()
7475 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()
8510 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()