ΒΆCXComment clang_Comment_getChild(
CXComment Comment,
unsigned int ChildIdx)
CXComment clang_Comment_getChild(
CXComment Comment,
unsigned int ChildIdx)
Declared at: clang/include/clang-c/Documentation.h:234
Parameters
- CXComment Comment
- AST node of any kind.
- unsigned int ChildIdx
- child index (zero-based).
Returns
the specified child of the AST node.