Home
last modified time | relevance | path

Searched refs:CCInvocation (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Frontend/
DASTUnit.cpp1047 CCInvocation(new CompilerInvocation(*Invocation)); in Parse() local
1049 Clang->setInvocation(CCInvocation.getPtr()); in Parse()
2316 CCInvocation(new CompilerInvocation(*Invocation)); in CodeComplete() local
2318 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()