Searched refs:clang_Comment_getNumChildren (Results 1 – 4 of 4) sorted by relevance
225 CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment);
38 clang_Comment_getNumChildren;
89 unsigned clang_Comment_getNumChildren(CXComment CXC) { in clang_Comment_getNumChildren() function
628 const unsigned NumChildren = clang_Comment_getNumChildren(Comment); in DumpCXCommentInternal()