Searched refs:addComment (Results 1 – 6 of 6) sorted by relevance
370 void addComment(const Twine &Comment);392 addComment(Comment); in add()395 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes596 A.addComment("immutable"); in exportToDot()598 A.addComment("writeOnly"); in exportToDot()600 A.addComment("constant"); in exportToDot()603 A.addComment("visibility"); in exportToDot()605 A.addComment("dsoLocal"); in exportToDot()607 A.addComment("canAutoHide"); in exportToDot()609 A.addComment("preserved"); in exportToDot()
184 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
818 void addComment(const RawComment &RC);
273 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
302 void ASTContext::addComment(const RawComment &RC) { in addComment() function in ASTContext305 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
2253 Context.addComment(RC); in ActOnComment()