Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h207 class RawCommentList {
209 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
H A DASTContext.h797 RawCommentList Comments;
/freebsd-14.2/lib/clang/libclang/
H A DMakefile134 SRCS_MIN+= AST/RawCommentList.cpp