Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclCXX.h2668 bool isConvertingConstructor(bool AllowExplicit) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclCXX.cpp2743 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { in isConvertingConstructor() function in CXXConstructorDecl
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp4649 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryRefInitWithConversionFunction()
5568 Info.Constructor->isConvertingConstructor(/*AllowExplicit*/true)) { in TryUserDefinedConversion()
H A DSemaOpenMP.cpp7967 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in setLCDeclAndLB()
8260 Ctor->isConvertingConstructor(/*AllowExplicit=*/false)) && in getInitLCDecl()
H A DSemaOverload.cpp3595 Usable = Usable && Info.Constructor->isConvertingConstructor( in IsUserDefinedConversion()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8855 return (Constructor && Constructor->isConvertingConstructor(false)) ? 1 : 0; in clang_CXXConstructor_isConvertingConstructor()