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

References

tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  667     if (PP) {
  668       CurrentPreprocessor = PP;
  670       setSourceManager(PP->getSourceManager());
  671       const_cast<Preprocessor *>(PP)->addCommentHandler(this);
  674       const_cast<Preprocessor *>(PP)->addPPCallbacks(
  680   assert((!PP || CurrentPreprocessor == PP) && "Preprocessor changed!");
  680   assert((!PP || CurrentPreprocessor == PP) && "Preprocessor changed!");
  681   PrimaryClient->BeginSourceFile(LangOpts, PP);