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

/external/clang/include/clang/AST/
H A DComment.h70 friend class InlineContentComment;
240 class InlineContentComment : public Comment { class in namespace:clang::comments
242 InlineContentComment(CommentKind K, function in class:clang::comments::InlineContentComment
265 class TextComment : public InlineContentComment {
272 InlineContentComment(TextCommentKind, LocBegin, LocEnd),
301 class InlineCommandComment : public InlineContentComment {
329 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd),
375 class HTMLTagComment : public InlineContentComment {
386 InlineContentComment(K, LocBegin, LocEnd),
551 ArrayRef<InlineContentComment *> Conten
[all...]

Completed in 100 milliseconds