Home
last modified time | relevance | path

Searched defs:NoLintType (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/
H A DNoLintDirectiveHandler.cpp43 enum class NoLintType { NoLint, NoLintNextLine, NoLintBegin, NoLintEnd }; enum
130 const std::optional<NoLintType> NoLintType = in getNoLints() local