Searched refs:AllowIO (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | NoLintDirectiveHandler.cpp | 224 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 D | NoLintDirectiveHandler.h | 41 bool AllowIO, bool EnableNoLintBlocks);
|
| H A D | ClangTidyDiagnosticConsumer.h | 118 bool AllowIO = true, bool EnableNoLintBlocks = true);
|
| H A D | ClangTidyDiagnosticConsumer.cpp | 213 SmallVectorImpl<tooling::Diagnostic> &NoLintErrors, bool AllowIO, in shouldSuppressDiagnostic() argument 217 AllowIO, EnableNoLintBlocks); in shouldSuppressDiagnostic()
|