Home | History | Annotate | Download | only in clang-c

Lines Matching refs:CXIndexAction

5812 typedef void *CXIndexAction;
5820 CINDEX_LINKAGE CXIndexAction clang_IndexAction_create(CXIndex CIdx);
5828 CINDEX_LINKAGE void clang_IndexAction_dispose(CXIndexAction);
5862 * indexing session associated with a \c CXIndexAction object.
5894 CINDEX_LINKAGE int clang_indexSourceFile(CXIndexAction,
5913 CXIndexAction, CXClientData client_data, IndexerCallbacks *index_callbacks,
5935 CINDEX_LINKAGE int clang_indexTranslationUnit(CXIndexAction,