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

References

tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
   47   SourceManager &SM = CI.getSourceManager();
   50   AnalyzerOptionsRef analyzerOpts = CI.getAnalyzerOpts();
   66   auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation());
   78   CompilerInstance Instance(CI.getPCHContainerOperations());
   81       new ForwardingDiagnosticConsumer(CI.getDiagnosticClient()),
   88   Instance.setFileManager(&CI.getFileManager());
   90   Instance.setPreprocessor(CI.getPreprocessorPtr());
   91   Instance.setASTContext(&CI.getASTContext());