Home | History | Annotate | Download | only in Frontend

Lines Matching defs:ComputePreamble

1198 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, 
1259 return std::make_pair(Buffer, Lexer::ComputePreamble(Buffer,
1374 = ComputePreamble(*PreambleInvocation, MaxLines, CreatedPreambleBuffer);
1376 // If ComputePreamble() Take ownership of the preamble buffer.