Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp188 struct BCWM : IL, OL { struct
189 BCWM(const BCWM &Other) : IL(Other), OL(Other), Bf(Other.Bf) {} in BCWM() function
195 BCWM &BCWM::operator=(const BCWM &Other) { in operator =() argument