Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp163 static cl::opt<unsigned> ErrorLimit( variable
372 if (ErrorLimit && ++Errors >= ErrorLimit) in emitReplacementWarnings()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def82 VALUE_DIAGOPT(ErrorLimit, 32, 0) /// Limit # errors emitted.
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp816 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp196 CInvok->getDiagnosticOpts().ErrorLimit = 0; in createInvocationForMigration()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7467 MarshallingInfoInt<DiagnosticOpts<"ErrorLimit">>;