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