Searched refs:clang_Comment_getChild (Results 1 – 6 of 6) sorted by relevance
230 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
56 clang_Comment_getChild
101 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) { in clang_Comment_getChild() function
1688 x: unsafe { clang_Comment_getChild(self.parent, idx) }, in next()
2403 pub fn clang_Comment_getChild(comment: CXComment, index: c_uint) -> CXComment;
547 DumpCXCommentInternal(Ctx, clang_Comment_getChild(Comment, i)); in DumpCXCommentInternal()