Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseAutoCheck.cpp320 if (NestedConstruct->getConstructor()->isConvertingConstructor(false)) in replaceIterators()
/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/lib/AST/
DDeclCXX.cpp1913 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
/external/clang/include/clang/AST/
DDeclCXX.h2371 bool isConvertingConstructor(bool AllowExplicit) const;
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h2598 bool isConvertingConstructor(bool AllowExplicit) const;
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp2693 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp4531 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()
5200 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
DSemaOpenMP.cpp6600 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()
6888 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
DSemaOverload.cpp3472 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()
/external/clang/tools/libclang/
DCIndex.cpp7475 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp8510 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()