Searched refs:ChildIdx (Results 1 – 2 of 2) sorted by relevance
101 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) { in clang_Comment_getChild() argument103 if (!C || ChildIdx >= C->child_count()) in clang_Comment_getChild()106 return createCXComment(*(C->child_begin() + ChildIdx), CXC.TranslationUnit); in clang_Comment_getChild()
230 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);