Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2621 bool isConvertingConstructor(bool AllowExplicit) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2698 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4594 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()
5263 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
H A DSemaOpenMP.cpp7352 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()
7647 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
H A DSemaOverload.cpp3469 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()