Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1105 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse() local
1109 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()
1142 Clang->setInvocation(CCInvocation); in Parse()
2137 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete() local
2139 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2141 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
2158 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()
2162 CCInvocation->getDiagnosticOpts().IgnoreWarnings = true; in CodeComplete()
2171 auto &Inv = *CCInvocation; in CodeComplete()
2172 Clang->setInvocation(std::move(CCInvocation)); in CodeComplete()