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