Searched defs:CopyAssign (Results 1 – 3 of 3) sorted by relevance
3 template<typename T> struct CopyAssign { struct16 struct NonTrivialCopyAssign { argument53 template struct CopyAssign<A1>; // expected-note {{here}} variable73 template struct CopyAssign<B1>; // expected-note {{here}} variable75 template struct CopyAssign<B2>; // expected-note {{here}} variable77 template struct CopyAssign<B3>; variable84 template struct CopyAssign<C1>; // expected-note {{here}} variable109 template struct CopyAssign<D1>; // expected-note {{here}} variable111 template struct CopyAssign<D3>; // expected-note {{here}} variable113 template struct CopyAssign<D5>; // expected-note {{here}} variable[all …]
30 class CopyAssign { class
7564 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local7574 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec() local7585 if (CXXMethodDecl *CopyAssign = in ComputeDefaultedCopyAssignmentExceptionSpec() local