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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h80 typedef void *CXIndex; typedef
271 CINDEX_LINKAGE CXIndex clang_createIndex(int excludeDeclarationsFromPCH,
280 CINDEX_LINKAGE void clang_disposeIndex(CXIndex index);
284 * Used to indicate that no special CXIndex options are needed.
317 * Sets general options associated with a CXIndex.
321 * CXIndex idx = ...;
329 CINDEX_LINKAGE void clang_CXIndex_setGlobalOptions(CXIndex, unsigned options);
332 * Gets the general options associated with a CXIndex.
335 * are associated with the given CXIndex object.
337 CINDEX_LINKAGE unsigned clang_CXIndex_getGlobalOptions(CXIndex);
[all...]

Completed in 50 milliseconds