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