Args | clang::comments::BlockCommandComment | protected |
BlockCommandComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) | clang::comments::BlockCommandComment | inlineprotected |
BlockCommandComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, CommandMarkerKind CommandMarker) | clang::comments::BlockCommandComment | inline |
BlockCommandCommentBits | clang::comments::Comment | |
BlockContentComment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | clang::comments::BlockContentComment | inlineprotected |
child_begin() const | clang::comments::VerbatimLineComment | inline |
child_count() const | clang::comments::Comment | inline |
child_end() const | clang::comments::VerbatimLineComment | inline |
child_iterator typedef | clang::comments::Comment | |
classof(const Comment *C) | clang::comments::VerbatimLineComment | inlinestatic |
Comment(CommentKind K, SourceLocation LocBegin, SourceLocation LocEnd) | clang::comments::Comment | inline |
CommentBits | clang::comments::Comment | |
dump() const | clang::comments::Comment | |
dump(raw_ostream &OS, const ASTContext &Context) const | clang::comments::Comment | |
dumpColor() const | clang::comments::Comment | |
getArgRange(unsigned Idx) const | clang::comments::BlockCommandComment | inline |
getArgText(unsigned Idx) const | clang::comments::BlockCommandComment | inline |
getBeginLoc() const LLVM_READONLY | clang::comments::Comment | inline |
getCommandID() const | clang::comments::BlockCommandComment | inline |
getCommandMarker() const LLVM_READONLY | clang::comments::BlockCommandComment | inline |
getCommandName(const CommandTraits &Traits) const | clang::comments::BlockCommandComment | inline |
getCommandNameBeginLoc() const | clang::comments::BlockCommandComment | inline |
getCommandNameRange(const CommandTraits &Traits) const | clang::comments::BlockCommandComment | inline |
getCommentKind() const | clang::comments::Comment | inline |
getCommentKindName() const | clang::comments::Comment | |
getEndLoc() const LLVM_READONLY | clang::comments::Comment | inline |
getLocation() const LLVM_READONLY | clang::comments::Comment | inline |
getNumArgs() const | clang::comments::BlockCommandComment | inline |
getParagraph() const LLVM_READONLY | clang::comments::BlockCommandComment | inline |
getSourceRange() const LLVM_READONLY | clang::comments::Comment | inline |
getText() const | clang::comments::VerbatimLineComment | inline |
getTextRange() const | clang::comments::VerbatimLineComment | inline |
hasNonWhitespaceParagraph() const | clang::comments::BlockCommandComment | inline |
HTMLStartTagCommentBits | clang::comments::Comment | |
HTMLTagCommentBits | clang::comments::Comment | |
InlineCommandCommentBits | clang::comments::Comment | |
InlineContentCommentBits | clang::comments::Comment | |
Loc | clang::comments::Comment | protected |
NumBlockCommandCommentBits enum value | clang::comments::Comment | protected |
NumCommentBits enum value | clang::comments::Comment | protected |
NumHTMLStartTagCommentBits enum value | clang::comments::Comment | protected |
NumHTMLTagCommentBits enum value | clang::comments::Comment | protected |
NumInlineCommandCommentBits enum value | clang::comments::Comment | protected |
NumInlineContentCommentBits enum value | clang::comments::Comment | protected |
NumParagraphCommentBits enum value | clang::comments::Comment | protected |
NumParamCommandCommentBits enum value | clang::comments::Comment | protected |
NumTextCommentBits enum value | clang::comments::Comment | protected |
Paragraph | clang::comments::BlockCommandComment | protected |
ParagraphCommentBits | clang::comments::Comment | |
ParamCommandCommentBits | clang::comments::Comment | |
Range | clang::comments::Comment | protected |
setArgs(ArrayRef< Argument > A) | clang::comments::BlockCommandComment | inline |
setLocation(SourceLocation L) | clang::comments::Comment | inlineprotected |
setParagraph(ParagraphComment *PC) | clang::comments::BlockCommandComment | inline |
setSourceRange(SourceRange SR) | clang::comments::Comment | inlineprotected |
Text | clang::comments::VerbatimLineComment | protected |
TextBegin | clang::comments::VerbatimLineComment | protected |
TextCommentBits | clang::comments::Comment | |
VerbatimLineComment(SourceLocation LocBegin, SourceLocation LocEnd, unsigned CommandID, SourceLocation TextBegin, StringRef Text) | clang::comments::VerbatimLineComment | inline |