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

/external/clang/include/clang-c/
H A DIndex.h53 typedef void *CXIndex; typedef
181 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
190 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
194 * \brief Used to indicate that no special CXIndex options are needed.
227 * \brief Sets general options associated with a CXIndex.
231 * CXIndex idx = ...;
239 CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXIndex, unsigned options);
242 * \brief Gets the general options associated with a CXIndex.
245 * are associated with the given CXIndex object.
247 CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(CXIndex);
[all...]

Completed in 23 milliseconds