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 Attributes609 A.addComment("immutable"); in exportToDot()611 A.addComment("writeOnly"); in exportToDot()613 A.addComment("constant"); in exportToDot()616 A.addComment("visibility"); in exportToDot()618 A.addComment("dsoLocal"); in exportToDot()620 A.addComment("canAutoHide"); in exportToDot()622 A.addComment("preserved"); in exportToDot()
199 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
844 void addComment(const RawComment &RC);
274 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
310 void ASTContext::addComment(const RawComment &RC) { in addComment() function in ASTContext313 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
2397 Context.addComment(RC); in ActOnComment()