Searched refs:PreambleInvocation (Results 1 – 2 of 2) sorted by relevance
320 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in Build() local321 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in Build()323 PreambleInvocation->getPreprocessorOpts(); in Build()364 Clang->setInvocation(std::move(PreambleInvocation)); in Build()512 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in CanReuse() local514 PreambleInvocation->getPreprocessorOpts(); in CanReuse()
1346 PreambleInvocation(new CompilerInvocation(PreambleInvocationIn)); in getMainBufferWithPrecompiledPreamble() local1347 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble()1349 = PreambleInvocation->getPreprocessorOpts(); in getMainBufferWithPrecompiledPreamble()1351 ComputedPreamble NewPreamble = ComputePreamble(*PreambleInvocation, MaxLines); in getMainBufferWithPrecompiledPreamble()1448 PreambleInvocation->getDiagnosticOpts()); in getMainBufferWithPrecompiledPreamble()1523 Clang->setInvocation(&*PreambleInvocation); in getMainBufferWithPrecompiledPreamble()