Lines Matching refs:shared_ptr
27 std::shared_ptr<IndexingContext> IndexCtx;
30 IndexPPCallbacks(std::shared_ptr<IndexingContext> IndexCtx) in IndexPPCallbacks()
102 std::shared_ptr<IndexDataConsumer> DataConsumer;
103 std::shared_ptr<IndexingContext> IndexCtx;
104 std::shared_ptr<Preprocessor> PP;
108 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexASTConsumer()
110 std::shared_ptr<Preprocessor> PP, in IndexASTConsumer()
150 std::shared_ptr<IndexDataConsumer> DataConsumer;
154 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction()
172 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer()
173 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, in createIndexingASTConsumer()
180 std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingASTConsumer()
181 const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP) { in createIndexingASTConsumer()
195 index::createIndexingAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in createIndexingAction()