Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.txt103 RawCommentList.cpp
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h195 class RawCommentList {
197 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
H A DASTContext.h791 RawCommentList Comments;
/openbsd-src/gnu/usr.bin/clang/libclangAST/
H A DMakefile74 RawCommentList.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn132 "RawCommentList.cpp",