Searched refs:SkipLintCheck (Results 1 – 1 of 1) sorted by relevance
267 if (!used_ && !SkipLintCheck()) { in ~Binding()273 if (CheckWritten() && !written_ && !SkipLintCheck()) { in ~Binding()295 bool SkipLintCheck() const { return name_.length() > 0 && name_[0] == '_'; } in SkipLintCheck() function