Lines Matching refs:Comment
42 const Comment *C = getASTNode(CXC); in clang_Comment_getKind()
47 case Comment::NoCommentKind: in clang_Comment_getKind()
50 case Comment::TextCommentKind: in clang_Comment_getKind()
53 case Comment::InlineCommandCommentKind: in clang_Comment_getKind()
56 case Comment::HTMLStartTagCommentKind: in clang_Comment_getKind()
59 case Comment::HTMLEndTagCommentKind: in clang_Comment_getKind()
62 case Comment::ParagraphCommentKind: in clang_Comment_getKind()
65 case Comment::BlockCommandCommentKind: in clang_Comment_getKind()
68 case Comment::ParamCommandCommentKind: in clang_Comment_getKind()
71 case Comment::TParamCommandCommentKind: in clang_Comment_getKind()
74 case Comment::VerbatimBlockCommentKind: in clang_Comment_getKind()
77 case Comment::VerbatimBlockLineCommentKind: in clang_Comment_getKind()
80 case Comment::VerbatimLineCommentKind: in clang_Comment_getKind()
83 case Comment::FullCommentKind: in clang_Comment_getKind()
90 const Comment *C = getASTNode(CXC); in clang_Comment_getNumChildren()
98 const Comment *C = getASTNode(CXC); in clang_Comment_getChild()
106 const Comment *C = getASTNode(CXC); in clang_Comment_isWhitespace()