clang API Documentation

Public Member Functions | Friends
clang::RawCommentList Class Reference

This class represents all comments included in the translation unit, sorted in order of appearance in the translation unit. More...

#include <RawCommentList.h>

List of all members.

Public Member Functions

 RawCommentList (SourceManager &SourceMgr)
void addComment (const RawComment &RC, llvm::BumpPtrAllocator &Allocator)
ArrayRef< RawComment * > getComments () const

Friends

class ASTReader

Detailed Description

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.


Constructor & Destructor Documentation

Definition at line 184 of file RawCommentList.h.


Member Function Documentation

void RawCommentList::addComment ( const RawComment RC,
llvm::BumpPtrAllocator &  Allocator 
)
ArrayRef<RawComment *> clang::RawCommentList::getComments ( ) const [inline]

Friends And Related Function Documentation

friend class ASTReader [friend]

Definition at line 198 of file RawCommentList.h.


The documentation for this class was generated from the following files: