Home
last modified time | relevance | path

Searched refs:DeletesOnlyMatchingCopy (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp9454 bool DeletesOnlyMatchingCopy = in ShouldDeleteSpecialMember() local
9459 (!DeletesOnlyMatchingCopy || CSM == CXXCopyConstructor)) { in ShouldDeleteSpecialMember()
9471 (!DeletesOnlyMatchingCopy || CSM == CXXCopyAssignment)) { in ShouldDeleteSpecialMember()