Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp1163 static const size_t MaxLineLengthToPrint = 4096; in emitSnippetAndCaret() local
1164 if (CaretColNo > MaxLineLengthToPrint) in emitSnippetAndCaret()
1194 if (size_t(LineEnd - LineStart) > MaxLineLengthToPrint) in emitSnippetAndCaret()