Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h2659 bool isConvertingConstructor(bool AllowExplicit) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp2417 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp4339 Info.Constructor->isConvertingConstructor(AllowExplicitCtors)) { in TryRefInitWithConversionFunction()
4950 Info.Constructor->isConvertingConstructor(AllowExplicit)) { in TryUserDefinedConversion()
H A DSemaOpenMP.cpp4077 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()
4253 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
H A DSemaOverload.cpp3379 Info.Constructor->isConvertingConstructor(AllowExplicit); in IsUserDefinedConversion()