Home
last modified time | relevance | path

Searched refs:AllowIO (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DNoLintDirectiveHandler.cpp224 bool AllowIO, bool EnableNoLintBlocks);
229 bool AllowIO, bool EnableNoLintBlocks);
234 bool AllowIO, bool EnableNoLintBlocks);
246 bool AllowIO, bool EnableNoLintBlocks) { in shouldSuppress() argument
249 return diagHasNoLintInMacro(Diag, DiagName, NoLintErrors, AllowIO, in shouldSuppress()
257 SmallVectorImpl<tooling::Diagnostic> &NoLintErrors, bool AllowIO, in diagHasNoLintInMacro() argument
309 bool AllowIO) { in getBuffer() argument
310 return AllowIO ? SrcMgr.getBufferDataOrNone(File) in getBuffer()
320 SmallVectorImpl<tooling::Diagnostic> &NoLintErrors, bool AllowIO, in diagHasNoLint() argument
334 Optional<StringRef> Buffer = getBuffer(SrcMgr, File, AllowIO); in diagHasNoLint()
[all …]
H A DNoLintDirectiveHandler.h41 bool AllowIO, bool EnableNoLintBlocks);
H A DClangTidyDiagnosticConsumer.h118 bool AllowIO = true, bool EnableNoLintBlocks = true);
H A DClangTidyDiagnosticConsumer.cpp213 SmallVectorImpl<tooling::Diagnostic> &NoLintErrors, bool AllowIO, in shouldSuppressDiagnostic() argument
217 AllowIO, EnableNoLintBlocks); in shouldSuppressDiagnostic()