Home
last modified time | relevance | path

Searched refs:RawCommentList (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DRawCommentList.h182 class RawCommentList {
184 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
DASTContext.h617 RawCommentList Comments;
692 RawCommentList &getRawCommentList() { in getRawCommentList()
/external/clang/lib/AST/
DCMakeLists.txt45 RawCommentList.cpp
DRawCommentList.cpp272 void RawCommentList::addComment(const RawComment &RC, in addComment()
327 void RawCommentList::addDeserializedComments(ArrayRef<RawComment *> DeserializedComments) { in addDeserializedComments()