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

References

tools/clang/lib/Index/IndexingAction.cpp
  162   IndexingContext IndexCtx(Opts, DataConsumer);
  164   DataConsumer.initialize(Unit.getASTContext());
  165   DataConsumer.setPreprocessor(Unit.getPreprocessorPtr());
  168     indexPreprocessorMacros(Unit.getPreprocessor(), DataConsumer);
  170   DataConsumer.finish();