Searched refs:CCInvocation (Results 1 – 1 of 1) sorted by relevance
1141 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse() local1145 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()1152 Clang->setInvocation(CCInvocation); in Parse()2183 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete() local2185 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()2187 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()2204 LangOpts = CCInvocation->getLangOpts(); in CodeComplete()2208 CCInvocation->getDiagnosticOpts().IgnoreWarnings = true; in CodeComplete()2217 auto &Inv = *CCInvocation; in CodeComplete()2218 Clang->setInvocation(std::move(CCInvocation)); in CodeComplete()