Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h44 unsigned MaxLines);
H A DASTUnit.h381 unsigned MaxLines = 0);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1325 const unsigned MaxLines = DiagOpts->SnippetLineLimit; in emitSnippetAndCaret() local
1330 Lines = maybeAddRange(Lines, *OptionalRange, MaxLines); in emitSnippetAndCaret()
1342 ? std::max(4u, getNumDisplayWidth(DisplayLineNo + MaxLines)) in emitSnippetAndCaret()
H A DPrecompiledPreamble.cpp355 unsigned MaxLines) { in ComputePreambleBounds() argument
356 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
H A DASTUnit.cpp1343 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument
1353 PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp639 unsigned MaxLines) { in ComputePreamble() argument
654 if (MaxLines) { in ComputePreamble()
661 if (CurLine == MaxLines) in ComputePreamble()