Home
last modified time | relevance | path

Searched defs:CXC (Results 1 – 2 of 2) sorted by relevance

/external/clang/tools/libclang/
DCXComment.cpp45 enum CXCommentKind clang_Comment_getKind(CXComment CXC) { in clang_Comment_getKind()
93 unsigned clang_Comment_getNumChildren(CXComment CXC) { in clang_Comment_getNumChildren()
101 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) { in clang_Comment_getChild()
109 unsigned clang_Comment_isWhitespace(CXComment CXC) { in clang_Comment_isWhitespace()
123 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment CXC) { in clang_InlineContentComment_hasTrailingNewline()
131 CXString clang_TextComment_getText(CXComment CXC) { in clang_TextComment_getText()
139 CXString clang_InlineCommandComment_getCommandName(CXComment CXC) { in clang_InlineCommandComment_getCommandName()
149 clang_InlineCommandComment_getRenderKind(CXComment CXC) { in clang_InlineCommandComment_getRenderKind()
170 unsigned clang_InlineCommandComment_getNumArgs(CXComment CXC) { in clang_InlineCommandComment_getNumArgs()
178 CXString clang_InlineCommandComment_getArgText(CXComment CXC, in clang_InlineCommandComment_getArgText()
[all …]
DCXComment.h39 static inline const comments::Comment *getASTNode(CXComment CXC) { in getASTNode()
44 static inline const T *getASTNodeAs(CXComment CXC) { in getASTNodeAs()
52 static inline ASTContext &getASTContext(CXComment CXC) { in getASTContext()
56 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) { in getCommandTraits()