ΒΆCXModule clang_Module_getParent(CXModule Module)

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

Parameters

CXModule Module
a module object.

Returns

the parent of a sub-module or NULL if the given module is top-level, e.g. for 'std.vector' it will return the 'std' module.