Searched refs:CCInvocation (Results 1 – 1 of 1) sorted by relevance
1082 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse() local1087 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()1109 Clang->setInvocation(CCInvocation); in Parse()2124 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete() local2126 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()2128 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()2145 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()2149 CCInvocation->getDiagnosticOpts().IgnoreWarnings = true; in CodeComplete()2158 auto &Inv = *CCInvocation; in CodeComplete()2159 Clang->setInvocation(std::move(CCInvocation)); in CodeComplete()