Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp319 if (NestedConstruct->getConstructor()->isConvertingConstructor(false)) in replaceIterators()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1261 !Con->isConvertingConstructor(/* AllowExplicit =*/false)) in tryConvertingConstructors()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclCXX.h2654 bool isConvertingConstructor(bool AllowExplicit) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclCXX.cpp2714 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp4622 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()
5291 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
H A DSemaOpenMP.cpp7882 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()
8177 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
H A DSemaOverload.cpp3488 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8819 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()