Home | History | Annotate | Download | only in Frontend

Lines Matching defs:ComputePreamble

1206 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, 
1273 return std::make_pair(Buffer, Lexer::ComputePreamble(Buffer,
1325 = ComputePreamble(*PreambleInvocation, MaxLines, CreatedPreambleBuffer);
1327 // If ComputePreamble() Take ownership of the preamble buffer.