Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h45 unsigned MaxLines);
H A DASTUnit.h378 unsigned MaxLines = 0);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h518 unsigned MaxLines = 0);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp307 unsigned MaxLines) { in ComputePreambleBounds() argument
308 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
H A DTextDiagnostic.cpp1167 const unsigned MaxLines = DiagOpts->SnippetLineLimit; in emitSnippetAndCaret() local
1173 Lines = maybeAddRange(Lines, *OptionalRange, MaxLines); in emitSnippetAndCaret()
H A DASTUnit.cpp1297 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument
1307 *PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp587 unsigned MaxLines) { in ComputePreamble() argument
602 if (MaxLines) { in ComputePreamble()
609 if (CurLine == MaxLines) in ComputePreamble()