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

/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DDocumentation.h40 } CXComment; typedef in typeref:struct:__anon194
47 CINDEX_LINKAGE CXComment clang_Cursor_getParsedComment(CXCursor C);
50 * Describes the type of the comment AST node (\c CXComment). A comment
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 Commen
[all...]
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXComment.h1 //===- CXComment.h - Routines for manipulating CXComments -----------------===//
30 static inline CXComment createCXComment(const comments::Comment *C,
32 CXComment Result;
38 static inline const comments::Comment *getASTNode(CXComment CXC) {
43 static inline const T *getASTNodeAs(CXComment CXC) {
51 static inline ASTContext &getASTContext(CXComment CXC) {
55 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) {
H A DCXComment.cpp1 //===- CXComment.cpp - libclang APIs for manipulating CXComments ----------===//
13 #include "CXComment.h"
28 CXComment clang_Cursor_getParsedComment(CXCursor C) {
41 enum CXCommentKind clang_Comment_getKind(CXComment CXC) {
89 unsigned clang_Comment_getNumChildren(CXComment CXC) {
97 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) {
105 unsigned clang_Comment_isWhitespace(CXComment CXC) {
119 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment CXC) {
127 CXString clang_TextComment_getText(CXComment CX
[all...]
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c462 CXComment Comment) {
639 static void DumpCXComment(CXComment Comment) {
714 CXComment Comment = clang_Cursor_getParsedComment(Cursor);

Completed in 137 milliseconds