Searched defs:NoLint (Results 1 – 1 of 1) sorted by relevance
43 enum class NoLintType { NoLint, NoLintNextLine, NoLintBegin, NoLintEnd }; enumerator292 return llvm::any_of(NoLints, [&](const NoLintToken &NoLint) { in lineHasNoLint()365 const NoLintToken &NoLint) { in makeNoLintError()392 for (const NoLintToken &NoLint : UnmatchedTokens) in generateCache() local