Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp399 void addComment(const Twine &Comment);
421 addComment(Comment); in add()
424 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes
646 A.addComment("immutable"); in exportToDot()
648 A.addComment("writeOnly"); in exportToDot()
650 A.addComment("constant"); in exportToDot()
653 A.addComment("visibility"); in exportToDot()
655 A.addComment("dsoLocal"); in exportToDot()
657 A.addComment("canAutoHide"); in exportToDot()
659 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.h972 void addComment(const RawComment &RC);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp272 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
H A DASTContext.cpp347 void ASTContext::addComment(const RawComment &RC) { in addComment() function in ASTContext
350 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2619 Context.addComment(RC); in ActOnComment()