Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.h30 inline CXComment createCXComment(const comments::Comment *C, in createCXComment()
32 CXComment Result; in createCXComment()
38 inline const comments::Comment *getASTNode(CXComment CXC) { in getASTNode()
43 inline const T *getASTNodeAs(CXComment CXC) { in getASTNodeAs()
51 inline ASTContext &getASTContext(CXComment CXC) { in getASTContext()
55 inline comments::CommandTraits &getCommandTraits(CXComment CXC) { in getCommandTraits()
DCXComment.cpp37 enum CXCommentKind clang_Comment_getKind(CXComment CXC) { in clang_Comment_getKind()
85 unsigned clang_Comment_getNumChildren(CXComment CXC) { in clang_Comment_getNumChildren()
93 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) { in clang_Comment_getChild()
101 unsigned clang_Comment_isWhitespace(CXComment CXC) { in clang_Comment_isWhitespace()
115 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment CXC) { in clang_InlineContentComment_hasTrailingNewline()
123 CXString clang_TextComment_getText(CXComment CXC) { in clang_TextComment_getText()
131 CXString clang_InlineCommandComment_getCommandName(CXComment CXC) { in clang_InlineCommandComment_getCommandName()
141 clang_InlineCommandComment_getRenderKind(CXComment CXC) { in clang_InlineCommandComment_getRenderKind()
162 unsigned clang_InlineCommandComment_getNumArgs(CXComment CXC) { in clang_InlineCommandComment_getNumArgs()
170 CXString clang_InlineCommandComment_getArgText(CXComment CXC, in clang_InlineCommandComment_getArgText()
[all …]
DCMakeLists.txt21 CXComment.cpp
DCIndex.cpp6126 CXComment clang_Cursor_getParsedComment(CXCursor C) { in clang_Cursor_getParsedComment()
/external/clang/include/clang-c/
DIndex.h2144 } CXComment; typedef
3460 CINDEX_LINKAGE CXComment clang_Cursor_getParsedComment(CXCursor C);
3707 CINDEX_LINKAGE enum CXCommentKind clang_Comment_getKind(CXComment Comment);
3714 CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment);
3724 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
3735 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
3743 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment);
3750 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Comment);
3758 CXString clang_InlineCommandComment_getCommandName(CXComment Comment);
3767 clang_InlineCommandComment_getRenderKind(CXComment Comment);
[all …]
/external/clang/tools/c-index-test/
Dc-index-test.c288 CXComment Comment) { in DumpCXCommentInternal()
462 static void DumpCXComment(CXComment Comment) { in DumpCXComment()
545 CXComment Comment = clang_Cursor_getParsedComment(Cursor); in PrintCursorComments()