Searched defs:InlineContentComment (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DComment.h70 friend class InlineContentComment;
229 class InlineContentComment : public Comment { class in namespace:clang::comments
231 InlineContentComment(CommentKind K, function in class:clang::comments::InlineContentComment
254 class TextComment : public InlineContentComment {
261 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
290 class InlineCommandComment : public InlineContentComment {
318 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
365 class HTMLTagComment : public InlineContentComment {
376 InlineContentComment(K, LocBegin, LocEnd),
532 ArrayRef<InlineContentComment *> Conten
[all...]

Completed in 251 milliseconds