Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Frontend/
DPrecompiledPreamble.h44 unsigned MaxLines);
DASTUnit.h378 unsigned MaxLines = 0);
/external/clang/include/clang/Frontend/
DASTUnit.h445 unsigned MaxLines);
450 unsigned MaxLines = 0);
/external/clang/include/clang/Lex/
DLexer.h450 unsigned MaxLines = 0);
/external/llvm-project/clang/include/clang/Lex/
DLexer.h518 unsigned MaxLines = 0);
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp307 unsigned MaxLines) { in ComputePreambleBounds() argument
308 return Lexer::ComputePreamble(Buffer.getBuffer(), LangOpts, MaxLines); in ComputePreambleBounds()
DTextDiagnostic.cpp1178 const unsigned MaxLines = DiagOpts->SnippetLineLimit; in emitSnippetAndCaret() local
1184 Lines = maybeAddRange(Lines, *OptionalRange, MaxLines); in emitSnippetAndCaret()
DASTUnit.cpp1308 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument
1318 *PreambleInvocationIn.getLangOpts(), *MainFileBuffer, MaxLines); in getMainBufferWithPrecompiledPreamble()
/external/clang/lib/Frontend/
DASTUnit.cpp1188 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, unsigned MaxLines) { in ComputePreamble() argument
1239 *Invocation.getLangOpts(), MaxLines); in ComputePreamble()
1343 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument
1351 ComputedPreamble NewPreamble = ComputePreamble(*PreambleInvocation, MaxLines); in getMainBufferWithPrecompiledPreamble()
/external/clang/lib/Lex/
DLexer.cpp539 unsigned MaxLines) { in ComputePreamble() argument
559 if (MaxLines) { in ComputePreamble()
566 if (CurLine == MaxLines) in ComputePreamble()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp587 unsigned MaxLines) { in ComputePreamble() argument
602 if (MaxLines) { in ComputePreamble()
609 if (CurLine == MaxLines) in ComputePreamble()