Searched refs:isSpecializationCopyingObject (Results 1 – 3 of 3) sorted by relevance
2764 bool isSpecializationCopyingObject() const;
2868 bool CXXConstructorDecl::isSpecializationCopyingObject() const { in isSpecializationCopyingObject() function in CXXConstructorDecl
6901 if (Args.size() == 1 && Constructor->isSpecializationCopyingObject() && in AddOverloadCandidate()