Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2850 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2759 bool isConvertingConstructor(bool AllowExplicit) const;
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4924 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()
5849 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
H A DSemaOpenMP.cpp7924 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()
8217 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
H A DSemaOverload.cpp3785 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()