Searched defs:ComputePreamble (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp544 Lexer::ComputePreamble(const llvm::MemoryBuffer *Buffer, function in class:Lexer
/external/clang/lib/Frontend/
H A DASTUnit.cpp1198 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, function in class:ASTUnit
1259 return std::make_pair(Buffer, Lexer::ComputePreamble(Buffer,
1374 = ComputePreamble(*PreambleInvocation, MaxLines, CreatedPreambleBuffer);
1376 // If ComputePreamble() Take ownership of the preamble buffer.

Completed in 223 milliseconds