Home
last modified time | relevance | path

Searched refs:IndexConsumer (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/libclang/
DIndexing.cpp776 std::unique_ptr<IndexingConsumer> IndexConsumer; in clang_indexTranslationUnit_Impl() local
777 IndexConsumer.reset(new IndexingConsumer(*IndexCtx, nullptr)); in clang_indexTranslationUnit_Impl()
781 IndexConsumerCleanup(IndexConsumer.get()); in clang_indexTranslationUnit_Impl()
799 IndexConsumer->Initialize(Unit->getASTContext()); in clang_indexTranslationUnit_Impl()