Searched refs:isConvertingConstructor (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h2295 bool isConvertingConstructor(bool AllowExplicit) const;
/external/clang/lib/AST/
H A DDeclCXX.cpp1781 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const { function in class:CXXConstructorDecl
/external/clang/lib/Sema/
H A DSemaInit.cpp3587 Constructor->isConvertingConstructor(AllowExplicit)) {
4216 Constructor->isConvertingConstructor(AllowExplicit)) {
4947 !Constructor->isConvertingConstructor(/*AllowExplicit=*/true))
4964 if (!Constructor->isConvertingConstructor(/*AllowExplicit=*/true))
H A DSemaOverload.cpp3102 Usable = Usable &&Constructor->isConvertingConstructor(AllowExplicit);

Completed in 120 milliseconds