Home | History | Annotate | Download | only in Sema

Lines Matching refs:CSM

151     CXXSpecialMember CSM = getSpecialMember(Method);
152 if (CSM != CXXInvalid)
153 ShouldDeleteSpecialMember(Method, CSM, /*Diagnose=*/true);