Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp3990 Info.Constructor->isConvertingConstructor(AllowExplicit)) { in TryRefInitWithConversionFunction()
4606 Info.Constructor->isConvertingConstructor(AllowExplicit)) { in TryUserDefinedConversion()
5365 !Info.Constructor->isConvertingConstructor(/*AllowExplicit=*/true)) in LookupCopyAndMoveConstructors()
5377 if (!Info.Constructor->isConvertingConstructor(/*AllowExplicit=*/true)) in LookupCopyAndMoveConstructors()
DSemaOpenMP.cpp4030 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in SetLCDeclAndLB()
4193 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in GetInitLCDecl()
DSemaOverload.cpp3185 Info.Constructor->isConvertingConstructor(AllowExplicit); in IsUserDefinedConversion()
/external/clang/include/clang/AST/
DDeclCXX.h2371 bool isConvertingConstructor(bool AllowExplicit) const;
/external/clang/lib/AST/
DDeclCXX.cpp1913 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
/external/clang/tools/libclang/
DCIndex.cpp7475 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()