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

Lines Matching refs:CXIndex

71 typedef void *CXIndex;
206 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
215 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
219 * \brief Used to indicate that no special CXIndex options are needed.
250 * \brief Sets general options associated with a CXIndex.
254 * CXIndex idx = ...;
262 CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXIndex, unsigned options);
265 * \brief Gets the general options associated with a CXIndex.
268 * are associated with the given CXIndex object.
270 CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(CXIndex);
981 CXIndex CIdx,
991 CINDEX_LINKAGE CXTranslationUnit clang_createTranslationUnit(CXIndex,
1140 CINDEX_LINKAGE CXTranslationUnit clang_parseTranslationUnit(CXIndex CIdx,
4614 CINDEX_LINKAGE CXIndexAction clang_IndexAction_create(CXIndex CIdx);