Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Frontend/
DPrecompiledPreamble.h44 unsigned MaxLines);
DASTUnit.h377 unsigned MaxLines = 0);
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DPrecompiledPreamble.cpp342 unsigned MaxLines) { in ComputePreambleBounds() argument
343 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
DTextDiagnostic.cpp1169 const unsigned MaxLines = DiagOpts->SnippetLineLimit; in emitSnippetAndCaret() local
1175 Lines = maybeAddRange(Lines, *OptionalRange, MaxLines); in emitSnippetAndCaret()
DASTUnit.cpp1323 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument
1333 *PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DLexer.h550 unsigned MaxLines = 0);
/openbsd/src/gnu/llvm/clang/lib/Lex/
DLexer.cpp590 unsigned MaxLines) { in ComputePreamble() argument
605 if (MaxLines) { in ComputePreamble()
612 if (CurLine == MaxLines) in ComputePreamble()