Searched refs:MaxLines (Results 1 – 7 of 7) sorted by relevance
45 unsigned MaxLines);
378 unsigned MaxLines = 0);
518 unsigned MaxLines = 0);
307 unsigned MaxLines) { in ComputePreambleBounds() argument308 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
1167 const unsigned MaxLines = DiagOpts->SnippetLineLimit; in emitSnippetAndCaret() local1173 Lines = maybeAddRange(Lines, *OptionalRange, MaxLines); in emitSnippetAndCaret()
1297 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument1307 *PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble()
587 unsigned MaxLines) { in ComputePreamble() argument602 if (MaxLines) { in ComputePreamble()609 if (CurLine == MaxLines) in ComputePreamble()