Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDRawCommentList.h186 void addComment(const RawComment &RC, llvm::BumpPtrAllocator &Allocator);
HDASTContext.h625 void addComment(const RawComment &RC) { in addComment() function
628 Comments.addComment(RC, BumpAlloc); in addComment()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRawCommentList.cpp213 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp1228 Context.addComment(RC); in ActOnComment()