Searched refs:isConvertingConstructor (Results 1 – 4 of 4) sorted by relevance
3673 Constructor->isConvertingConstructor(AllowExplicit)) { in TryRefInitWithConversionFunction()4298 Constructor->isConvertingConstructor(AllowExplicit)) { in TryUserDefinedConversion()5038 !Constructor->isConvertingConstructor(/*AllowExplicit=*/true)) in LookupCopyAndMoveConstructors()5055 if (!Constructor->isConvertingConstructor(/*AllowExplicit=*/true)) in LookupCopyAndMoveConstructors()
3074 Usable = Usable &&Constructor->isConvertingConstructor(AllowExplicit); in IsUserDefinedConversion()
2316 bool isConvertingConstructor(bool AllowExplicit) const;
1816 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl