Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
609 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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h199 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
H A DASTContext.h844 void addComment(const RawComment &RC);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp274 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
H A DASTContext.cpp310 void ASTContext::addComment(const RawComment &RC) { in addComment() function in ASTContext
313 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2397 Context.addComment(RC); in ActOnComment()