Searched refs:MaxLines (Results 1 – 7 of 7) sorted by relevance
44 unsigned MaxLines);
377 unsigned MaxLines = 0);
342 unsigned MaxLines) { in ComputePreambleBounds() argument343 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
1169 const unsigned MaxLines = DiagOpts->SnippetLineLimit; in emitSnippetAndCaret() local1175 Lines = maybeAddRange(Lines, *OptionalRange, MaxLines); in emitSnippetAndCaret()
1323 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument1333 *PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble()
550 unsigned MaxLines = 0);
590 unsigned MaxLines) { in ComputePreamble() argument605 if (MaxLines) { in ComputePreamble()612 if (CurLine == MaxLines) in ComputePreamble()