Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp370 void addComment(const Twine &Comment);
392 addComment(Comment); in add()
395 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes
596 A.addComment("immutable"); in exportToDot()
598 A.addComment("writeOnly"); in exportToDot()
600 A.addComment("constant"); in exportToDot()
603 A.addComment("visibility"); in exportToDot()
605 A.addComment("dsoLocal"); in exportToDot()
607 A.addComment("canAutoHide"); in exportToDot()
609 A.addComment("preserved"); in exportToDot()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.h32 void addComment(const utf8_t *comment);
171 void addComment(const utf8_t *comment);
205 void addComment(const utf8_t *comment);
H A Dattrib.d157 override void addComment(const(char)* comment) in addComment() function
162 include(null).foreachDsymbol( s => s.addComment(comment) ); in addComment()
1005 override final void addComment(const(char)* comment) in addComment() function
1014 decl .foreachDsymbol( s => s.addComment(comment) ); in addComment()
1015 elsedecl.foreachDsymbol( s => s.addComment(comment) ); in addComment()
1222 override void addComment(const(char)* comment) in addComment() function
H A Dparse.d150 addComment(mod, comment); in parseModuleDeclaration()
1051 addComment(s, pAttrs.comment);
1104 addComment(s, comment); in parseAutoDeclarations()
1114 addComment(s, comment); in parseAutoDeclarations()
3161 addComment(em, comment); in parseEnum()
3165 addComment(em, comment); in parseEnum()
4353 addComment(d, comment);
4390 addComment(s, comment);
4521 addComment(s, comment);
4526 addComment(s, comment);
[all …]
H A Ddsymbol.h251 virtual void addComment(const utf8_t *comment);
H A Ddsymbol.d1216 void addComment(const(char)* comment) in addComment() function
1249 final void comment(const(char)* comment) { addComment(comment); } in comment()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h43 void addComment(const utf8_t *comment);
184 void addComment(const utf8_t *comment);
221 void addComment(const utf8_t *comment);
H A Dattrib.c234 void AttribDeclaration::addComment(const utf8_t *comment) in addComment() function
247 s->addComment(comment); in addComment()
1250 void ConditionalDeclaration::addComment(const utf8_t *comment) in addComment() function
1270 s->addComment(comment); in addComment()
1476 void StaticForeachDeclaration::addComment(const utf8_t *) in addComment() function
H A Dparse.c200 addComment(mod, comment); in parseModule()
951 addComment(s, pAttrs->comment); in parseDeclDefs()
2195 addComment(em, comment); in parseEnum()
2199 addComment(em, comment); in parseEnum()
3760 addComment(s, comment); in parseDeclarations()
3846 addComment(s, comment); in parseDeclarations()
3850 addComment(s, comment); in parseDeclarations()
3911 addComment(s, comment); in parseDeclarations()
4034 addComment(s, comment); in parseDeclarations()
4039 addComment(s, comment); in parseDeclarations()
[all …]
H A Dparse.h163 void addComment(Dsymbol *s, const utf8_t *blockComment);
H A Ddsymbol.h235 virtual void addComment(const utf8_t *comment);
H A Ddsymbol.c897 void Dsymbol::addComment(const utf8_t *comment) in addComment() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h184 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
H A DASTContext.h793 void addComment(const RawComment &RC);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp273 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
H A DASTContext.cpp302 void ASTContext::addComment(const RawComment &RC) { in addComment() function in ASTContext
305 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc); in addComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2183 Context.addComment(RC); in ActOnComment()