Searched refs:CCInvocation (Results 1 – 1 of 1) sorted by relevance
1117 CCInvocation(new CompilerInvocation(*Invocation)); in Parse() local1119 Clang->setInvocation(CCInvocation.getPtr()); in Parse()2386 CCInvocation(new CompilerInvocation(*Invocation)); in CodeComplete() local2388 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()2390 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()2405 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()2413 Clang->setInvocation(&*CCInvocation); in CodeComplete()2421 ProcessWarningOptions(Diag, CCInvocation->getDiagnosticOpts()); in CodeComplete()2485 = getMainBufferWithPrecompiledPreamble(*CCInvocation, false, in CodeComplete()