clang_CXIndex_setGlobalOptions

\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.

extern (C)
void
clang_CXIndex_setGlobalOptions

Meta