Searched refs:sDeprecated (Results 1 – 1 of 1) sorted by relevance
65 static constexpr std::string_view sDeprecated = "@deprecated"; in AppendCommentLine() local68 if (comment.find(sDeprecated) != std::string::npos) { in AppendCommentLine()