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

/external/clang/include/clang/AST/
H A DComment.h107 friend class BlockCommandComment;
573 class BlockCommandComment : public BlockContentComment { class in namespace:clang::comments
590 BlockCommandComment(CommentKind K, function in class:clang::comments::BlockCommandComment
601 BlockCommandComment(SourceLocation LocBegin, function in class:clang::comments::BlockCommandComment
615 static bool classof(const BlockCommandComment *) { return true; }
681 class ParamCommandComment : public BlockCommandComment {
692 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd,
754 class TParamCommandComment : public BlockCommandComment {
774 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID)
846 class VerbatimBlockComment : public BlockCommandComment {
[all...]

Completed in 250 milliseconds