Lines Matching refs:shared_ptr
27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
83 std::shared_ptr<IndexDataConsumer> DataConsumer;
84 std::shared_ptr<IndexingContext> IndexCtx;
85 std::shared_ptr<Preprocessor> PP;
89 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer()
91 std::shared_ptr<Preprocessor> PP, in IndexASTConsumer()
131 std::shared_ptr<IndexDataConsumer> DataConsumer;
135 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction()
153 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer()
154 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, in createIndexingASTConsumer()
161 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer()
162 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) { in createIndexingASTConsumer()
176 index::createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingAction()