Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DModuleSummaryIndex.cpp376 void addComment(const Twine &Comment);
398 addComment(Comment); in add()
401 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes
610 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()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRawCommentList.h199 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
H A DASTContext.h873 void addComment(const RawComment &RC);
/llvm-project-15.0.7/clang/lib/AST/
H A DRawCommentList.cpp274 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
H A DASTContext.cpp308 void ASTContext::addComment(const RawComment &RC) { in addComment() function in ASTContext
311 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2360 Context.addComment(RC); in ActOnComment()