Lines Matching refs:Comment
9 // This file defines all libclang APIs related to walking comment AST.
42 const Comment *C = getASTNode(CXC);
47 case Comment::NoCommentKind:
50 case Comment::TextCommentKind:
53 case Comment::InlineCommandCommentKind:
56 case Comment::HTMLStartTagCommentKind:
59 case Comment::HTMLEndTagCommentKind:
62 case Comment::ParagraphCommentKind:
65 case Comment::BlockCommandCommentKind:
68 case Comment::ParamCommandCommentKind:
71 case Comment::TParamCommandCommentKind:
74 case Comment::VerbatimBlockCommentKind:
77 case Comment::VerbatimBlockLineCommentKind:
80 case Comment::VerbatimLineCommentKind:
83 case Comment::FullCommentKind:
90 const Comment *C = getASTNode(CXC);
98 const Comment *C = getASTNode(CXC);
106 const Comment *C = getASTNode(CXC);