Lines Matching refs:Comment
46 const Comment *C = getASTNode(CXC); in clang_Comment_getKind()
51 case Comment::NoCommentKind: in clang_Comment_getKind()
54 case Comment::TextCommentKind: in clang_Comment_getKind()
57 case Comment::InlineCommandCommentKind: in clang_Comment_getKind()
60 case Comment::HTMLStartTagCommentKind: in clang_Comment_getKind()
63 case Comment::HTMLEndTagCommentKind: in clang_Comment_getKind()
66 case Comment::ParagraphCommentKind: in clang_Comment_getKind()
69 case Comment::BlockCommandCommentKind: in clang_Comment_getKind()
72 case Comment::ParamCommandCommentKind: in clang_Comment_getKind()
75 case Comment::TParamCommandCommentKind: in clang_Comment_getKind()
78 case Comment::VerbatimBlockCommentKind: in clang_Comment_getKind()
81 case Comment::VerbatimBlockLineCommentKind: in clang_Comment_getKind()
84 case Comment::VerbatimLineCommentKind: in clang_Comment_getKind()
87 case Comment::FullCommentKind: in clang_Comment_getKind()
94 const Comment *C = getASTNode(CXC); in clang_Comment_getNumChildren()
102 const Comment *C = getASTNode(CXC); in clang_Comment_getChild()
110 const Comment *C = getASTNode(CXC); in clang_Comment_isWhitespace()