Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingAction.cpp48 class IndexASTConsumer : public ASTConsumer { class
53 IndexASTConsumer(std::shared_ptr<Preprocessor> PP, in IndexASTConsumer() function in __anon0e6db7c40111::IndexASTConsumer
120 std::unique_ptr<IndexASTConsumer>
122 return llvm::make_unique<IndexASTConsumer>(CI.getPreprocessorPtr(), in createIndexASTConsumer()