Searched refs:addComment (Results 1 – 6 of 6) sorted by relevance
376 void addComment(const Twine &Comment);398 addComment(Comment); in add()401 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes610 A.addComment("immutable"); in exportToDot()612 A.addComment("writeOnly"); in exportToDot()614 A.addComment("constant"); in exportToDot()617 A.addComment("visibility"); in exportToDot()619 A.addComment("dsoLocal"); in exportToDot()621 A.addComment("canAutoHide"); in exportToDot()623 A.addComment("preserved"); in exportToDot()
199 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
873 void addComment(const RawComment &RC);
274 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
308 void ASTContext::addComment(const RawComment &RC) { in addComment() function in ASTContext311 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
2360 Context.addComment(RC); in ActOnComment()