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

Declarations

tools/clang/include/clang/Frontend/CompilerInstance.h
  460   void setPreprocessor(std::shared_ptr<Preprocessor> Value);

References

tools/clang/lib/Frontend/FrontendAction.cpp
  646     CI.setPreprocessor(AST->getPreprocessorPtr());
 1004       CI.setPreprocessor(nullptr);
tools/clang/lib/StaticAnalyzer/Frontend/ModelInjector.cpp
   90   Instance.setPreprocessor(CI.getPreprocessorPtr());
tools/clang/tools/extra/clangd/ParsedAST.cpp
  418     Clang->setPreprocessor(nullptr);       // Detach so we don't send EOF again.