Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DDocumentation.h39 } CXComment; typedef
46 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 …]
/netbsd-src/external/apache2/llvm/dist/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()
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 …]
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.txt12 CXComment.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/tools/libclang/
H A DBUILD.gn68 "CXComment.cpp",
/netbsd-src/external/apache2/llvm/dist/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()