Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1133 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in Parse() local
1137 Preamble->AddImplicitPreamble(*CCInvocation, VFS, OverrideMainBuffer.get()); in Parse()
1170 Clang->setInvocation(CCInvocation); in Parse()
2164 auto CCInvocation = std::make_shared<CompilerInvocation>(*Invocation); in CodeComplete() local
2166 FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts(); in CodeComplete()
2168 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
2185 LangOpts = *CCInvocation->getLangOpts(); in CodeComplete()
2189 CCInvocation->getDiagnosticOpts().IgnoreWarnings = true; in CodeComplete()
2198 auto &Inv = *CCInvocation; in CodeComplete()
2199 Clang->setInvocation(std::move(CCInvocation)); in CodeComplete()