Searched refs:CCInvocation (Results 1 – 1 of 1) sorted by relevance
1051 CCInvocation(new CompilerInvocation(*Invocation)); in Parse() local1053 Clang->setInvocation(CCInvocation.get()); in Parse()2348 CCInvocation(new CompilerInvocation(*Invocation)); in CodeComplete() local2350 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()2352 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()2367 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()2375 Clang->setInvocation(&*CCInvocation); in CodeComplete()2383 ProcessWarningOptions(Diag, CCInvocation->getDiagnosticOpts()); in CodeComplete()2441 = getMainBufferWithPrecompiledPreamble(*CCInvocation, false, in CodeComplete()