Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp1153 static const size_t MaxLineLengthToPrint = 4096; in emitSnippetAndCaret() local
1154 if (CaretColNo > MaxLineLengthToPrint) in emitSnippetAndCaret()
1184 if (size_t(LineEnd - LineStart) > MaxLineLengthToPrint) in emitSnippetAndCaret()