Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h445 unsigned MaxLines);
450 unsigned MaxLines = 0);
/external/clang/include/clang/Lex/
DLexer.h450 unsigned MaxLines = 0);
/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()