Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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()
H A DCMakeLists.txt94 RawCommentList.cpp
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h180 class RawCommentList {
182 RawCommentList(SourceManager &SourceMgr) : SourceMgr(SourceMgr) {} in RawCommentList() function
H A DASTContext.h740 RawCommentList Comments;
/netbsd-src/external/apache2/llvm/lib/libclangAST/
H A DMakefile65 RawCommentList.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/AST/
H A DBUILD.gn121 "RawCommentList.cpp",