Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DRawCommentList.cpp274 void RawCommentList::addComment(const RawComment &RC, in addComment()
330 RawCommentList::getCommentsInFile(FileID File) const { in getCommentsInFile()
338 bool RawCommentList::empty() const { return OrderedComments.empty(); } in empty()
340 unsigned RawCommentList::getCommentBeginLine(RawComment *C, FileID File, in getCommentBeginLine()
350 unsigned RawCommentList::getCommentEndOffset(RawComment *C) const { in getCommentEndOffset()
H A DCMakeLists.txt101 RawCommentList.cpp
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRawCommentList.h195 class RawCommentList {
197 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
H A DASTContext.h820 RawCommentList Comments;
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn130 "RawCommentList.cpp",