Searched refs:clang_Comment_getNumChildren (Results 1 – 4 of 4) sorted by relevance
220 CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment);
48 clang_Comment_getNumChildren
93 unsigned clang_Comment_getNumChildren(CXComment CXC) { in clang_Comment_getNumChildren() function
526 const unsigned NumChildren = clang_Comment_getNumChildren(Comment); in DumpCXCommentInternal()