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