Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp272 void RawCommentList::addComment(const RawComment &RC, in addComment()
327 RawCommentList::getCommentsInFile(FileID File) const { in getCommentsInFile()
335 bool RawCommentList::empty() const { return OrderedComments.empty(); } in empty()
337 unsigned RawCommentList::getCommentBeginLine(RawComment *C, FileID File, in getCommentBeginLine()
347 unsigned RawCommentList::getCommentEndOffset(RawComment *C) const { in getCommentEndOffset()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h212 class RawCommentList {
214 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
H A DASTContext.h919 RawCommentList Comments;
/freebsd/lib/clang/libclang/
H A DMakefile139 SRCS_MIN+= AST/RawCommentList.cpp