Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ComputePreamble

1046 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, 
1113 return std::make_pair(Buffer, Lexer::ComputePreamble(Buffer,
1165 = ComputePreamble(*PreambleInvocation, MaxLines, CreatedPreambleBuffer);
1167 // If ComputePreamble() Take ownership of the preamble buffer.