Searched defs:CXIndex (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang-c/
H A DIndex.h81 typedef void *CXIndex; typedef
209 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
218 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
222 * \brief Used to indicate that no special CXIndex options are needed.
255 * \brief Sets general options associated with a CXIndex.
259 * CXIndex idx = ...;
267 CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXIndex, unsigned options);
270 * \brief Gets the general options associated with a CXIndex.
273 * are associated with the given CXIndex object.
275 CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(CXIndex);
[all...]

Completed in 259 milliseconds