Searched refs:addComment (Results 1 – 5 of 5) sorted by relevance
388 void addComment(const Twine &Comment);410 addComment(Comment); in add()413 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes635 A.addComment("immutable"); in exportToDot()637 A.addComment("writeOnly"); in exportToDot()639 A.addComment("constant"); in exportToDot()642 A.addComment("visibility"); in exportToDot()644 A.addComment("dsoLocal"); in exportToDot()646 A.addComment("canAutoHide"); in exportToDot()648 A.addComment("definition"); in exportToDot()[all …]
216 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
879 void addComment(const RawComment &RC);
2451 Context.addComment(RC); in ActOnComment()
328 void ASTContext::addComment(const RawComment &RC) { in addComment() function in ASTContext331 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()