clang
6.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, 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 182 of file RawCommentList.h.
|
inline |
Definition at line 184 of file RawCommentList.h.
void RawCommentList::addComment | ( | const RawComment & | RC, |
llvm::BumpPtrAllocator & | Allocator | ||
) |
Definition at line 272 of file RawCommentList.cpp.
Referenced by clang::ASTContext::addComment().
|
inline |
Definition at line 188 of file RawCommentList.h.
Referenced by clang::ASTContext::getRawCommentForDeclNoCache().
|
friend |
Definition at line 198 of file RawCommentList.h.