Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DASTUnit.h389 unsigned MaxLines, bool &CreatedBuffer);
394 unsigned MaxLines = 0);
/external/clang/include/clang/Lex/
DLexer.h411 unsigned MaxLines = 0);
/external/clang/lib/Frontend/
DASTUnit.cpp1261 unsigned MaxLines, bool &CreatedBuffer) { in ComputePreamble() argument
1332 MaxLines)); in ComputePreamble()
1372 unsigned MaxLines) { in getMainBufferWithPrecompiledPreamble() argument
1382 = ComputePreamble(*PreambleInvocation, MaxLines, CreatedPreambleBuffer); in getMainBufferWithPrecompiledPreamble()
/external/clang/lib/Lex/
DLexer.cpp552 const LangOptions &LangOpts, unsigned MaxLines) { in ComputePreamble() argument
572 if (MaxLines) { in ComputePreamble()
579 if (CurLine == MaxLines) in ComputePreamble()