getDefines: Get preprocessor defines in a translation unit

getDefinesR Documentation

Get preprocessor defines in a translation unit

Description

This function collects pre-processor definitions in a source file or translation unit.

Usage

getDefines(tu, fileFilter = character(), col = genDefinesCollector(), ...)

Arguments

tu

the name of a source file or an already parsed translation unit

fileFilter

a character vector. This is used to identify the files/directories of interest and to identify the cursors we want in the results. This can be a single string that is a regular expression. Alternatively, it can be a vector of directory or file names. For a vector of values, we check which correspond to actual file or directory names. For these, we filter the cursors based on whether they are in the specified file names, within files in the specified directories. For elements that are not files or directories, we use these as regular expressions. This mechanism allows us to include cursors by explicit file name, explicit directory, or by regular expression.

col

the collector/visitor function or object of class S4CursorVisitor-class or RefCursorVisitor-class.

...

additional arguments that are passed to createTU to parse a source file

Value

A collection of cursors representing pre-processor definitions.

Author(s)

Duncan Temple Lang

References

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

See Also

getRoutines, getGlobalVariables, getDataStructures, getEnums, getTypedefs, getInclusions


omegahat/RClangSimple documentation built on April 25, 2024, 4:18 a.m.