Searched refs:IndexAction (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Index/ |
D | IndexingAction.cpp | 91 class IndexAction : public ASTFrontendAction, IndexActionBase { class 93 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anon7a4004370111::IndexAction 156 return llvm::make_unique<IndexAction>(std::move(DataConsumer), Opts); in createIndexingAction()
|
/external/clang/tools/c-index-test/ |
D | core_main.cpp | 151 std::unique_ptr<FrontendAction> IndexAction; in printSourceSymbols() local 152 IndexAction = createIndexingAction(DataConsumer, IndexOpts, in printSourceSymbols() 157 CInvok.get(), PCHContainerOps, Diags, IndexAction.get())); in printSourceSymbols()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 545 std::unique_ptr<FrontendAction> IndexAction; in clang_indexSourceFile_Impl() local 546 IndexAction = createIndexingAction(DataConsumer, in clang_indexSourceFile_Impl() 552 IndexActionCleanup(IndexAction.get()); in clang_indexSourceFile_Impl() 587 IndexAction.get(), Unit, Persistent, CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl()
|