clang  3.7.0
Public Member Functions | Friends | List of all members
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>

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

clang::RawCommentList::RawCommentList ( SourceManager SourceMgr)
inline

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: