Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h379 unsigned MaxLines, bool &CreatedBuffer);
384 unsigned MaxLines = 0);
/external/clang/include/clang/Lex/
DLexer.h376 unsigned MaxLines = 0);
/external/clang/lib/Frontend/
DASTUnit.cpp1207 unsigned MaxLines, bool &CreatedBuffer) { in ComputePreamble() argument
1275 MaxLines)); in ComputePreamble()
1315 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument
1325 = ComputePreamble(*PreambleInvocation, MaxLines, CreatedPreambleBuffer); in getMainBufferWithPrecompiledPreamble()
/external/clang/lib/Lex/
DLexer.cpp511 const LangOptions &LangOpts, unsigned MaxLines) { in ComputePreamble() argument
526 if (MaxLines) { in ComputePreamble()
533 if (CurLine == MaxLines) in ComputePreamble()