Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp388 void addComment(const Twine &Comment);
410 addComment(Comment); in add()
413 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes
635 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h216 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
H A DASTContext.h879 void addComment(const RawComment &RC);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2451 Context.addComment(RC); in ActOnComment()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp328 void ASTContext::addComment(const RawComment &RC) { in addComment() function in ASTContext
331 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()