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

/external/clang/include/clang/AST/
H A DComment.h138 friend class BlockCommandComment;
600 class BlockCommandComment : public BlockContentComment { class in namespace:clang::comments
617 BlockCommandComment(CommentKind K, function in class:clang::comments::BlockCommandComment
630 BlockCommandComment(SourceLocation LocBegin, function in class:clang::comments::BlockCommandComment
715 class ParamCommandComment : public BlockCommandComment {
730 BlockCommandComment(ParamCommandCommentKind, LocBegin, LocEnd,
803 class TParamCommandComment : public BlockCommandComment {
824 BlockCommandComment(TParamCommandCommentKind, LocBegin, LocEnd, CommandID,
895 class VerbatimBlockComment : public BlockCommandComment {
905 BlockCommandComment(VerbatimBlockCommentKin
[all...]

Completed in 98 milliseconds