Searched refs:CCInvocation (Results 1 – 1 of 1) sorted by relevance
1047 CCInvocation(new CompilerInvocation(*Invocation)); in Parse() local1049 Clang->setInvocation(CCInvocation.getPtr()); in Parse()2316 CCInvocation(new CompilerInvocation(*Invocation)); in CodeComplete() local2318 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()2320 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()2335 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()2343 Clang->setInvocation(&*CCInvocation); in CodeComplete()2348 ProcessWarningOptions(Diag, CCInvocation->getDiagnosticOpts()); in CodeComplete()2417 = getMainBufferWithPrecompiledPreamble(*CCInvocation, false, in CodeComplete()