Searched refs:CCInvocation (Results 1 – 1 of 1) sorted by relevance
1045 CCInvocation(new CompilerInvocation(*Invocation)); in Parse() local1047 Clang->setInvocation(CCInvocation.get()); in Parse()2314 CCInvocation(new CompilerInvocation(*Invocation)); in CodeComplete() local2316 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()2318 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()2333 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()2337 CCInvocation->getDiagnosticOpts().IgnoreWarnings = true; in CodeComplete()2345 Clang->setInvocation(&*CCInvocation); in CodeComplete()2353 ProcessWarningOptions(Diag, CCInvocation->getDiagnosticOpts()); in CodeComplete()2411 *CCInvocation, false, Line - 1); in CodeComplete()