Searched refs:CXComment (Results 1 – 2 of 2) sorted by relevance
1357 pub struct CXComment { struct1362 default!(CXComment); argument2244 pub fn clang_BlockCommandComment_getArgText(comment: CXComment, index: c_uint) -> CXString;2245 pub fn clang_BlockCommandComment_getCommandName(comment: CXComment) -> CXString;2246 pub fn clang_BlockCommandComment_getNumArgs(comment: CXComment) -> c_uint;2247 pub fn clang_BlockCommandComment_getParagraph(comment: CXComment) -> CXComment;2248 pub fn clang_Comment_getChild(comment: CXComment, index: c_uint) -> CXComment;2249 pub fn clang_Comment_getKind(comment: CXComment) -> CXCommentKind;2250 pub fn clang_Comment_getNumChildren(comment: CXComment) -> c_uint;2251 pub fn clang_Comment_isWhitespace(comment: CXComment) -> c_uint;[all …]
1547 x: CXComment,1583 parent: CXComment,1613 x: CXComment,