Lines Matching refs:CXComment
1306 pub struct CXComment { struct
1311 default!(CXComment); argument
2177 pub fn clang_BlockCommandComment_getArgText(comment: CXComment, index: c_uint) -> CXString;
2178 pub fn clang_BlockCommandComment_getCommandName(comment: CXComment) -> CXString;
2179 pub fn clang_BlockCommandComment_getNumArgs(comment: CXComment) -> c_uint;
2180 pub fn clang_BlockCommandComment_getParagraph(comment: CXComment) -> CXComment;
2181 pub fn clang_Comment_getChild(comment: CXComment, index: c_uint) -> CXComment;
2182 pub fn clang_Comment_getKind(comment: CXComment) -> CXCommentKind;
2183 pub fn clang_Comment_getNumChildren(comment: CXComment) -> c_uint;
2184 pub fn clang_Comment_isWhitespace(comment: CXComment) -> c_uint;
2185 pub fn clang_Cursor_getParsedComment(C: CXCursor) -> CXComment;
2186 pub fn clang_FullComment_getAsHTML(comment: CXComment) -> CXString;
2187 pub fn clang_FullComment_getAsXML(comment: CXComment) -> CXString;
2188 pub fn clang_HTMLStartTagComment_isSelfClosing(comment: CXComment) -> c_uint;
2189 pub fn clang_HTMLStartTag_getAttrName(comment: CXComment, index: c_uint) -> CXString;
2190 pub fn clang_HTMLStartTag_getAttrValue(comment: CXComment, index: c_uint) -> CXString;
2191 pub fn clang_HTMLStartTag_getNumAttrs(comment: CXComment) -> c_uint;
2192 pub fn clang_HTMLTagComment_getAsString(comment: CXComment) -> CXString;
2193 pub fn clang_HTMLTagComment_getTagName(comment: CXComment) -> CXString;
2194 pub fn clang_InlineCommandComment_getArgText(comment: CXComment, index: c_uint) -> CXString;
2195 pub fn clang_InlineCommandComment_getCommandName(comment: CXComment) -> CXString;
2196 pub fn clang_InlineCommandComment_getNumArgs(comment: CXComment) -> c_uint;
2197 …pub fn clang_InlineCommandComment_getRenderKind(comment: CXComment) -> CXCommentInlineCommandRende…
2198 pub fn clang_InlineContentComment_hasTrailingNewline(comment: CXComment) -> c_uint;
2199 … pub fn clang_ParamCommandComment_getDirection(comment: CXComment) -> CXCommentParamPassDirection;
2200 pub fn clang_ParamCommandComment_getParamIndex(comment: CXComment) -> c_uint;
2201 pub fn clang_ParamCommandComment_getParamName(comment: CXComment) -> CXString;
2202 pub fn clang_ParamCommandComment_isDirectionExplicit(comment: CXComment) -> c_uint;
2203 pub fn clang_ParamCommandComment_isParamIndexValid(comment: CXComment) -> c_uint;
2204 pub fn clang_TParamCommandComment_getDepth(comment: CXComment) -> c_uint;
2205 pub fn clang_TParamCommandComment_getIndex(comment: CXComment, depth: c_uint) -> c_uint;
2206 pub fn clang_TParamCommandComment_getParamName(comment: CXComment) -> CXString;
2207 pub fn clang_TParamCommandComment_isParamPositionValid(comment: CXComment) -> c_uint;
2208 pub fn clang_TextComment_getText(comment: CXComment) -> CXString;
2209 pub fn clang_VerbatimBlockLineComment_getText(comment: CXComment) -> CXString;
2210 pub fn clang_VerbatimLineComment_getText(comment: CXComment) -> CXString;