reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Frontend/ASTUnit.cpp
 2154   FrontendOptions &FrontendOpts = CCInvocation->getFrontendOpts();
 2156   PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts();
 2173   LangOpts = *CCInvocation->getLangOpts();
 2177   CCInvocation->getDiagnosticOpts().IgnoreWarnings = true;
 2186   auto &Inv = *CCInvocation;
 2187   Clang->setInvocation(std::move(CCInvocation));