Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DASTUnit.cpp1050 CCInvocation(new CompilerInvocation(*Invocation)); in Parse() local
1052 Clang->setInvocation(CCInvocation.get()); in Parse()
2334 CCInvocation(new CompilerInvocation(*Invocation)); in CodeComplete() local
2336 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2338 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
2353 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()
2357 CCInvocation->getDiagnosticOpts().IgnoreWarnings = true; in CodeComplete()
2366 Clang->setInvocation(&*CCInvocation); in CodeComplete()
2374 ProcessWarningOptions(Diag, CCInvocation->getDiagnosticOpts()); in CodeComplete()
2431 PCHContainerOps, *CCInvocation, false, Line - 1); in CodeComplete()