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