Home
last modified time | relevance | path

Searched refs:isConvertingConstructor (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2745 bool isConvertingConstructor(bool AllowExplicit) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2797 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4787 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()
5708 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
H A DSemaOpenMP.cpp8118 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()
8411 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
H A DSemaOverload.cpp3751 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()