Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h44 unsigned MaxLines);
H A DASTUnit.h393 unsigned MaxLines = 0);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp1322 const unsigned MaxLines = DiagOpts.SnippetLineLimit; in emitSnippetAndCaret() local
1327 Lines = maybeAddRange(Lines, *OptionalRange, MaxLines); in emitSnippetAndCaret()
1339 ? std::max(4u, getNumDisplayWidth(DisplayLineNo + MaxLines)) in emitSnippetAndCaret()
H A DPrecompiledPreamble.cpp354 unsigned MaxLines) { in ComputePreambleBounds() argument
355 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
H A DASTUnit.cpp1344 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument
1354 PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h550 unsigned MaxLines = 0);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp637 unsigned MaxLines) { in ComputePreamble() argument
652 if (MaxLines) { in ComputePreamble()
659 if (CurLine == MaxLines) in ComputePreamble()