\brief Sets general options associated with a CXIndex.
For example: \code CXIndex idx = ...; clang_CXIndex_setGlobalOptions(idx, clang_CXIndex_getGlobalOptions(idx) | CXGlobalOpt_ThreadBackgroundPriorityForIndexing); \endcode
\param options A bitmask of options, a bitwise OR of CXGlobalOpt_XXX flags.
See Implementation
\brief Sets general options associated with a CXIndex.
For example: \code CXIndex idx = ...; clang_CXIndex_setGlobalOptions(idx, clang_CXIndex_getGlobalOptions(idx) | CXGlobalOpt_ThreadBackgroundPriorityForIndexing); \endcode
\param options A bitmask of options, a bitwise OR of CXGlobalOpt_XXX flags.