Home
last modified time | relevance | path

Searched refs:CXComment (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang-c/
H A DDocumentation.h39 } CXComment; typedef
46 CINDEX_LINKAGE CXComment clang_Cursor_getParsedComment(CXCursor C);
234 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
277 clang_InlineCommandComment_getRenderKind(CXComment Comment);
285 unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment);
295 CXString clang_InlineCommandComment_getArgText(CXComment Comment,
355 unsigned clang_BlockCommandComment_getNumArgs(CXComment Comment);
365 CXString clang_BlockCommandComment_getArgText(CXComment Comment,
375 CXComment clang_BlockCommandComment_getParagraph(CXComment Comment);
383 CXString clang_ParamCommandComment_getParamName(CXComment Comment);
[all …]
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp28 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()
127 CXString clang_TextComment_getText(CXComment CXC) { in clang_TextComment_getText()
145 clang_InlineCommandComment_getRenderKind(CXComment CXC) { in clang_InlineCommandComment_getRenderKind()
202 unsigned clang_HTMLStartTag_getNumAttrs(CXComment CXC) { in clang_HTMLStartTag_getNumAttrs()
252 CXComment clang_BlockCommandComment_getParagraph(CXComment CXC) { in clang_BlockCommandComment_getParagraph()
379 CXString clang_FullComment_getAsHTML(CXComment CXC) { in clang_FullComment_getAsHTML()
[all …]
H A DCXComment.h30 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()
H A DCMakeLists.txt34 CXComment.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/tools/libclang/
H A DBUILD.gn56 "CXComment.cpp",
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c460 CXComment Comment) { in DumpCXCommentInternal()
637 static void DumpCXComment(CXComment Comment) { in DumpCXComment()
712 CXComment Comment = clang_Cursor_getParsedComment(Cursor); in PrintCursorComments()