Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp1110 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse() local
1114 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()
1147 Clang->setInvocation(CCInvocation); in Parse()
2153 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete() local
2155 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2157 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
2174 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()
2178 CCInvocation->getDiagnosticOpts().IgnoreWarnings = true; in CodeComplete()
2187 auto &Inv = *CCInvocation; in CodeComplete()
2188 Clang->setInvocation(std::move(CCInvocation)); in CodeComplete()
/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()