clang
8.0.0
|
This class represents all comments included in the translation unit, sorted in order of appearance in the translation unit. More...
#include "clang/AST/RawCommentList.h"
Public Member Functions | |
RawCommentList (SourceManager &SourceMgr) | |
void | addComment (const RawComment &RC, const CommentOptions &CommentOpts, llvm::BumpPtrAllocator &Allocator) |
ArrayRef< RawComment * > | getComments () const |
Friends | |
class | ASTReader |
This class represents all comments included in the translation unit, sorted in order of appearance in the translation unit.
Definition at line 193 of file RawCommentList.h.
|
inline |
Definition at line 195 of file RawCommentList.h.
void RawCommentList::addComment | ( | const RawComment & | RC, |
const CommentOptions & | CommentOpts, | ||
llvm::BumpPtrAllocator & | Allocator | ||
) |
Definition at line 273 of file RawCommentList.cpp.
Referenced by clang::ASTContext::addComment().
|
inline |
Definition at line 200 of file RawCommentList.h.
Referenced by clang::ASTContext::getRawCommentForDeclNoCache().
|
friend |
Definition at line 210 of file RawCommentList.h.