Searched refs:MessageLength (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | TextDiagnosticPrinter.cpp | 140 DiagOpts->MessageLength, DiagOpts->ShowColors); in HandleDiagnostic()
|
H A D | TextDiagnostic.cpp | 691 DiagOpts->MessageLength, DiagOpts->ShowColors); in emitDiagnosticMessage() 1231 unsigned Columns = DiagOpts->MessageLength; in emitSnippetAndCaret()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | wtsapi32.d | 242 …D SessionId, LPWSTR pTitle, DWORD TitleLength, LPWSTR pMessage, DWORD MessageLength, DWORD Style, … 243 …ORD SessionId, LPSTR pTitle, DWORD TitleLength, LPSTR pMessage, DWORD MessageLength, DWORD Style, …
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | DiagnosticOptions.def | 96 VALUE_DIAGOPT(MessageLength, 32, 0)
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 5593 unsigned MessageLength = 0; in ConstructJob() local 5596 if (V.getAsInteger(0, MessageLength)) in ConstructJob() 5602 MessageLength = llvm::sys::Process::StandardErrColumns(); in ConstructJob() 5604 if (MessageLength != 0) in ConstructJob() 5606 Args.MakeArgString("-fmessage-length=" + Twine(MessageLength))); in ConstructJob()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Options.td | 1993 MarshallingInfoInt<DiagnosticOpts<"MessageLength">>;
|