Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp273 void RawCommentList::addComment(const RawComment &RC, in addComment()
329 RawCommentList::getCommentsInFile(FileID File) const { in getCommentsInFile()
337 bool RawCommentList::empty() const { return OrderedComments.empty(); } in empty()
339 unsigned RawCommentList::getCommentBeginLine(RawComment *C, FileID File, in getCommentBeginLine()
349 unsigned RawCommentList::getCommentEndOffset(RawComment *C) const { in getCommentEndOffset()
DCMakeLists.txt94 RawCommentList.cpp
/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h180 class RawCommentList {
182 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
DASTContext.h700 RawCommentList Comments;
/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()
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/AST/
DBUILD.gn121 "RawCommentList.cpp",