Home
last modified time | relevance | path

Searched defs:DoesNotNeedImplicitCopyAssignment (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/AST/
H A Dast-dump-special-member-functions.cpp288 struct DoesNotNeedImplicitCopyAssignment { struct
291 DoesNotNeedImplicitCopyAssignment& operator=(const DoesNotNeedImplicitCopyAssignment&) { return *this; } in operator =() argument