Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/
H A DNoLintDirectiveHandler.cpp245 bool AllowIO, bool EnableNoLintBlocks) { in shouldSuppress()
256 SmallVectorImpl<tooling::Diagnostic> &NoLintErrors, bool AllowIO, in diagHasNoLintInMacro()
308 FileID File, bool AllowIO) { in getBuffer()
319 SmallVectorImpl<tooling::Diagnostic> &NoLintErrors, bool AllowIO, in diagHasNoLint()
408 bool AllowIO, bool EnableNoLintBlocks) { in shouldSuppress()
H A DClangTidyDiagnosticConsumer.cpp214 SmallVectorImpl<tooling::Diagnostic> &NoLintErrors, bool AllowIO, in shouldSuppressDiagnostic() argument