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.cpp421 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in Build() local
422 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in Build()
424 PreambleInvocation->getPreprocessorOpts(); in Build()
457 auto Clang = std::make_unique<CompilerInstance>(std::move(PreambleInvocation), in Build()
609 auto PreambleInvocation = std::make_shared<CompilerInvocation>(Invocation); in CanReuse() local
611 PreambleInvocation->getPreprocessorOpts(); in CanReuse()