• Home
  • Raw
  • Download

Lines Matching refs:CXComment

1357 pub struct CXComment {  struct
1362 default!(CXComment); argument
2244 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;
2252 pub fn clang_Cursor_getParsedComment(C: CXCursor) -> CXComment;
2253 pub fn clang_FullComment_getAsHTML(comment: CXComment) -> CXString;
2254 pub fn clang_FullComment_getAsXML(comment: CXComment) -> CXString;
2255 pub fn clang_HTMLStartTag_getAttrName(comment: CXComment, index: c_uint) -> CXString;
2256 pub fn clang_HTMLStartTag_getAttrValue(comment: CXComment, index: c_uint) -> CXString;
2257 pub fn clang_HTMLStartTag_getNumAttrs(comment: CXComment) -> c_uint;
2258 pub fn clang_HTMLStartTagComment_isSelfClosing(comment: CXComment) -> c_uint;
2259 pub fn clang_HTMLTagComment_getAsString(comment: CXComment) -> CXString;
2260 pub fn clang_HTMLTagComment_getTagName(comment: CXComment) -> CXString;
2261 pub fn clang_InlineCommandComment_getArgText(comment: CXComment, index: c_uint) -> CXString;
2262 pub fn clang_InlineCommandComment_getCommandName(comment: CXComment) -> CXString;
2263 pub fn clang_InlineCommandComment_getNumArgs(comment: CXComment) -> c_uint;
2264 …pub fn clang_InlineCommandComment_getRenderKind(comment: CXComment) -> CXCommentInlineCommandRende…
2265 pub fn clang_InlineContentComment_hasTrailingNewline(comment: CXComment) -> c_uint;
2266 … pub fn clang_ParamCommandComment_getDirection(comment: CXComment) -> CXCommentParamPassDirection;
2267 pub fn clang_ParamCommandComment_getParamIndex(comment: CXComment) -> c_uint;
2268 pub fn clang_ParamCommandComment_getParamName(comment: CXComment) -> CXString;
2269 pub fn clang_ParamCommandComment_isDirectionExplicit(comment: CXComment) -> c_uint;
2270 pub fn clang_ParamCommandComment_isParamIndexValid(comment: CXComment) -> c_uint;
2271 pub fn clang_TextComment_getText(comment: CXComment) -> CXString;
2272 pub fn clang_TParamCommandComment_getDepth(comment: CXComment) -> c_uint;
2273 pub fn clang_TParamCommandComment_getIndex(comment: CXComment, depth: c_uint) -> c_uint;
2274 pub fn clang_TParamCommandComment_getParamName(comment: CXComment) -> CXString;
2275 pub fn clang_TParamCommandComment_isParamPositionValid(comment: CXComment) -> c_uint;
2276 pub fn clang_VerbatimBlockLineComment_getText(comment: CXComment) -> CXString;
2277 pub fn clang_VerbatimLineComment_getText(comment: CXComment) -> CXString;