Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-unhandled-self-assignment.cpp156 class NotSelfCheck { class
158 NotSelfCheck &operator=(const NotSelfCheck &object) { in operator =()