Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp102 ErrorReporter(ClangTidyContext &Context, bool ApplyFixes, in ErrorReporter() argument
108 SourceMgr(Diags, Files), Context(Context), ApplyFixes(ApplyFixes), in ErrorReporter()
140 if (ApplyFixes && ChosenFix) { in reportDiagnostic()
193 if (ApplyFixes && TotalFixes > 0) { in Finish()
293 bool ApplyFixes; member in clang::tidy::__anon9e868c940111::ErrorReporter