Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp1051 CCInvocation(new CompilerInvocation(*Invocation)); in Parse() local
1053 Clang->setInvocation(CCInvocation.get()); in Parse()
2348 CCInvocation(new CompilerInvocation(*Invocation)); in CodeComplete() local
2350 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()