ΒΆvoid clang_CXIndex_setGlobalOptions(
    CXIndex,
    unsigned int options)

Description

Sets general options associated with a CXIndex. For example:

Declared at: clang/include/clang-c/Index.h:324

Parameters

CXIndex
unsigned int options
A bitmask of options, a bitwise OR of CXGlobalOpt_XXX flags.