Module_getFullName: Functions for querying a libclang Module

View source: R/clangGen.R View source: R/clangGen.R

Module_getFullNameR Documentation

Functions for querying a libclang Module

Description

These functions work with libclang Module objects.

Usage

getModule(C)
Module_getFullName(Module)
Module_getName(Module)
Module_getNumTopLevelHeaders(arg1, Module)
Module_getParent(Module)
Module_getTopLevelHeader(arg1, Module, Index)

Arguments

C

a CXCursor object.

Module

a CXModule object

arg1

a translation unit

Index

an integer or 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.