Home | History | Annotate | Download | only in Frontend

Lines Matching refs:ComputePreamble

1241 ASTUnit::ComputePreamble(CompilerInvocation &Invocation, 
1308 return std::make_pair(Buffer, Lexer::ComputePreamble(Buffer,
1360 = ComputePreamble(*PreambleInvocation, MaxLines, CreatedPreambleBuffer);
1362 // If ComputePreamble() Take ownership of the preamble buffer.