Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp140 DiagOpts->MessageLength, DiagOpts->ShowColors); in HandleDiagnostic()
H A DTextDiagnostic.cpp691 DiagOpts->MessageLength, DiagOpts->ShowColors); in emitDiagnosticMessage()
1231 unsigned Columns = DiagOpts->MessageLength; in emitSnippetAndCaret()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticOptions.def96 VALUE_DIAGOPT(MessageLength, 32, 0)
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp5636 unsigned MessageLength = 0; in ConstructJob() local
5639 if (V.getAsInteger(0, MessageLength)) in ConstructJob()
5645 MessageLength = llvm::sys::Process::StandardErrColumns(); in ConstructJob()
5647 if (MessageLength != 0) in ConstructJob()
5649 Args.MakeArgString("-fmessage-length=" + Twine(MessageLength))); in ConstructJob()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2020 MarshallingInfoInt<DiagnosticOpts<"MessageLength">>;