Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1320 static const size_t MaxLineLengthToPrint = 4096; in emitSnippetAndCaret() local
1321 if (CaretColNo > MaxLineLengthToPrint) in emitSnippetAndCaret()
1374 if (size_t(LineEnd - LineStart) > MaxLineLengthToPrint) in emitSnippetAndCaret()