Home
last modified time | relevance | path

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

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