Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexing.cpp401 class IndexingFrontendAction : public ASTFrontendAction { class
409 IndexingFrontendAction(CXClientData clientData, in IndexingFrontendAction() function in __anon761e08630111::IndexingFrontendAction
592 std::unique_ptr<IndexingFrontendAction> IndexAction; in clang_indexSourceFile_Impl()
593 IndexAction.reset(new IndexingFrontendAction(client_data, CB, in clang_indexSourceFile_Impl()
598 llvm::CrashRecoveryContextCleanupRegistrar<IndexingFrontendAction> in clang_indexSourceFile_Impl()