Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang-c/
H A DDocumentation.h40 } CXComment; typedef
47 CINDEX_LINKAGE CXComment clang_Cursor_getParsedComment(CXCursor C);
218 CINDEX_LINKAGE enum CXCommentKind clang_Comment_getKind(CXComment Comment);
225 CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment);
235 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
246 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
254 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment);
261 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Comment);
269 CXString clang_InlineCommandComment_getCommandName(CXComment Comment);
278 clang_InlineCommandComment_getRenderKind(CXComment Comment);
[all …]