Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp140 DiagOpts.MessageLength, DiagOpts.ShowColors); in HandleDiagnostic()
H A DTextDiagnostic.cpp679 DiagOpts.MessageLength, DiagOpts.ShowColors); in emitDiagnosticMessage()
1403 unsigned Columns = DiagOpts.MessageLength; in emitSnippetAndCaret()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def98 VALUE_DIAGOPT(MessageLength, 32, 0)
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6525 unsigned MessageLength = 0; in ConstructJob() local
6528 if (V.getAsInteger(0, MessageLength)) in ConstructJob()
6534 MessageLength = llvm::sys::Process::StandardErrColumns(); in ConstructJob()
6536 if (MessageLength != 0) in ConstructJob()
6538 Args.MakeArgString("-fmessage-length=" + Twine(MessageLength))); in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td3162 MarshallingInfoInt<DiagnosticOpts<"MessageLength">>;