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

References

tools/clang/lib/Index/IndexingAction.cpp
   77     IndexCtx->setASTContext(Context);
   78     IndexCtx->getDataConsumer().initialize(Context);
   79     IndexCtx->getDataConsumer().setPreprocessor(PP);
   80     PP->addPPCallbacks(std::make_unique<IndexPPCallbacks>(IndexCtx));
   84     return IndexCtx->indexDeclGroupRef(DG);
   92     IndexCtx->indexDeclGroupRef(DG);