isPreprocessing: Predicates for CXCursorKind objects

View source: R/clangGen.R

isPreprocessingR Documentation

Predicates for CXCursorKind objects

Description

These are functions that allow us query if a given cursor kind represents a particular characteristic. This is short hand for checking the kind against a particular set.

Usage

isPreprocessing(arg1)
isAttribute(arg1)
isInvalid(arg1)
isReference(arg1)

Arguments

arg1

the CXCursorKind value (integer)

Value

a logical 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.