Home
last modified time | relevance | path

Searched refs:PreambleInvocation (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp422 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in Build() local
423 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in Build()
425 PreambleInvocation->getPreprocessorOpts(); in Build()
465 Clang->setInvocation(std::move(PreambleInvocation)); in Build()
611 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in CanReuse() local
613 PreambleInvocation->getPreprocessorOpts(); in CanReuse()