Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DModuleSummaryIndex.cpp202 void addComment(const Twine &Comment);
224 addComment(Comment); in add()
227 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes
411 A.addComment("immutable"); in exportToDot()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRawCommentList.h197 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
H A DASTContext.h803 void addComment(const RawComment &RC) { in addComment() function
806 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp273 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1607 Context.addComment(RC); in ActOnComment()