Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp409 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in Build() local
410 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in Build()
412 PreambleInvocation->getPreprocessorOpts(); in Build()
451 Clang->setInvocation(std::move(PreambleInvocation)); in Build()
597 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in CanReuse() local
599 PreambleInvocation->getPreprocessorOpts(); in CanReuse()