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

Overridden By

tools/clang/lib/Frontend/DependencyFile.cpp
  194 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) {
tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  105 void ModuleDependencyCollector::attachToPreprocessor(Preprocessor &PP) {

Declarations

tools/clang/include/clang/Frontend/Utils.h
   85   virtual void attachToPreprocessor(Preprocessor &PP);

References

tools/clang/lib/Frontend/CompilerInstance.cpp
  449     Listener->attachToPreprocessor(*PP);
tools/clang/lib/Frontend/DependencyFile.cpp
  199   DependencyCollector::attachToPreprocessor(PP);