Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp140 DiagOpts->MessageLength, DiagOpts->ShowColors); in HandleDiagnostic()
H A DTextDiagnostic.cpp672 DiagOpts->MessageLength, DiagOpts->ShowColors); in emitDiagnosticMessage()
1235 unsigned Columns = DiagOpts->MessageLength; in emitSnippetAndCaret()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def98 VALUE_DIAGOPT(MessageLength, 32, 0)
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6290 unsigned MessageLength = 0; in ConstructJob() local
6293 if (V.getAsInteger(0, MessageLength)) in ConstructJob()
6299 MessageLength = llvm::sys::Process::StandardErrColumns(); in ConstructJob()
6301 if (MessageLength != 0) in ConstructJob()
6303 Args.MakeArgString("-fmessage-length=" + Twine(MessageLength))); in ConstructJob()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2886 MarshallingInfoInt<DiagnosticOpts<"MessageLength">>;