Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-equals-default-copy.cpp126 struct ColonInComment { struct
127 ColonInComment(const ColonInComment &Other) /* : */ : Field(Other.Field) {} in ColonInComment() function