CXIndex_getGlobalOptions: Get/Set options in a CXIndex object managing one or more...

View source: R/clangGen.R

CXIndex_getGlobalOptionsR Documentation

Get/Set options in a CXIndex object managing one or more translation units

Description

Functions for querying and setting options for libclang's CXIndex objects. Thes are not typically of interest to us in R.

Usage

CXIndex_getGlobalOptions(arg1)
CXIndex_setGlobalOptions(arg1, options)

Arguments

arg1

the CXIndex object whose options are being queried or set

options

the value for the options. This is a combination of CXGlobalOptFlags enum values. One can specify them as a vector or explicitly |'ing the values together.

Value

The get method returns an numeric value.

Author(s)

Duncan Temple Lang

References

libclang http://clang.llvm.org/doxygen/group__CINDEX.html


omegahat/RClangSimple documentation built on Jan. 17, 2024, 6:27 p.m.