Searched refs:CXComment (Results 1 – 6 of 6) sorted by relevance
39 } CXComment; typedef46 CINDEX_LINKAGE CXComment clang_Cursor_getParsedComment(CXCursor C);217 CINDEX_LINKAGE enum CXCommentKind clang_Comment_getKind(CXComment Comment);224 CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment);234 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);245 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);253 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment);260 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Comment);268 CXString clang_InlineCommandComment_getCommandName(CXComment Comment);277 clang_InlineCommandComment_getRenderKind(CXComment Comment);[all …]
28 CXComment clang_Cursor_getParsedComment(CXCursor C) { in clang_Cursor_getParsedComment()41 enum CXCommentKind clang_Comment_getKind(CXComment CXC) { in clang_Comment_getKind()89 unsigned clang_Comment_getNumChildren(CXComment CXC) { in clang_Comment_getNumChildren()97 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) { in clang_Comment_getChild()105 unsigned clang_Comment_isWhitespace(CXComment CXC) { in clang_Comment_isWhitespace()119 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment CXC) { in clang_InlineContentComment_hasTrailingNewline()127 CXString clang_TextComment_getText(CXComment CXC) { in clang_TextComment_getText()135 CXString clang_InlineCommandComment_getCommandName(CXComment CXC) { in clang_InlineCommandComment_getCommandName()145 clang_InlineCommandComment_getRenderKind(CXComment CXC) { in clang_InlineCommandComment_getRenderKind()169 unsigned clang_InlineCommandComment_getNumArgs(CXComment CXC) { in clang_InlineCommandComment_getNumArgs()[all …]
30 static inline CXComment createCXComment(const comments::Comment *C, in createCXComment()32 CXComment Result; in createCXComment()38 static inline const comments::Comment *getASTNode(CXComment CXC) { in getASTNode()43 static inline const T *getASTNodeAs(CXComment CXC) { in getASTNodeAs()51 static inline ASTContext &getASTContext(CXComment CXC) { in getASTContext()55 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) { in getCommandTraits()
12 CXComment.cpp
68 "CXComment.cpp",
460 CXComment Comment) { in DumpCXCommentInternal()637 static void DumpCXComment(CXComment Comment) { in DumpCXComment()712 CXComment Comment = clang_Cursor_getParsedComment(Cursor); in PrintCursorComments()