Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp216 struct BCIP : BCWM, BF { struct
217 BCIP(const BCIP &Other) : BCWM(Other), BF(Other.Bf) {} in BCIP() function