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