Searched refs:MaxLines (Results 1 – 7 of 7) sorted by relevance
44 unsigned MaxLines);
393 unsigned MaxLines = 0);
1322 const unsigned MaxLines = DiagOpts.SnippetLineLimit; in emitSnippetAndCaret() local1327 Lines = maybeAddRange(Lines, *OptionalRange, MaxLines); in emitSnippetAndCaret()1339 ? std::max(4u, getNumDisplayWidth(DisplayLineNo + MaxLines)) in emitSnippetAndCaret()
354 unsigned MaxLines) { in ComputePreambleBounds() argument355 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
1344 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument1354 PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble()
550 unsigned MaxLines = 0);
637 unsigned MaxLines) { in ComputePreamble() argument652 if (MaxLines) { in ComputePreamble()659 if (CurLine == MaxLines) in ComputePreamble()