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

References

tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  654   assert(!CurrentPreprocessor && "CurrentPreprocessor should be invalid!");
  668       CurrentPreprocessor = PP;
  680   assert((!PP || CurrentPreprocessor == PP) && "Preprocessor changed!");
  690     if (CurrentPreprocessor)
  691       const_cast<Preprocessor *>(CurrentPreprocessor)->
  699     CurrentPreprocessor = nullptr;
  726       if (FE && CurrentPreprocessor && SrcManager->isLoadedFileID(FID)) {
  729         HeaderSearch &HS = CurrentPreprocessor->getHeaderSearchInfo();