Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-convert-member-functions-to-static.cpp91 struct KeepSpecial { struct
92 KeepSpecial() { int L = 0; } in KeepSpecial() function
93 ~KeepSpecial() { int L = 0; } in ~KeepSpecial() argument