Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1108 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse() local
1112 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()
1145 Clang->setInvocation(CCInvocation); in Parse()
2135 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete() local
2137 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2139 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
2156 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()
2160 CCInvocation->getDiagnosticOpts().IgnoreWarnings = true; in CodeComplete()
2169 auto &Inv = *CCInvocation; in CodeComplete()
2170 Clang->setInvocation(std::move(CCInvocation)); in CodeComplete()