Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexingAction.cpp91 class IndexAction : public ASTFrontendAction, IndexActionBase { class
93 IndexAction(std::shared_ptr<IndexDataConsumer> DataConsumer, in IndexAction() function in __anon92a712d60111::IndexAction
156 return llvm::make_unique<IndexAction>(std::move(DataConsumer), Opts); in createIndexingAction()
/external/clang/tools/c-index-test/
Dcore_main.cpp151 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/
DIndexing.cpp545 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()