| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 370 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 D | attrib.h | 32 void addComment(const utf8_t *comment); 171 void addComment(const utf8_t *comment); 205 void addComment(const utf8_t *comment);
|
| H A D | attrib.d | 157 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 D | parse.d | 150 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 D | dsymbol.h | 251 virtual void addComment(const utf8_t *comment);
|
| H A D | dsymbol.d | 1216 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 D | attrib.h | 43 void addComment(const utf8_t *comment); 184 void addComment(const utf8_t *comment); 221 void addComment(const utf8_t *comment);
|
| H A D | attrib.c | 234 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 D | parse.c | 200 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 D | parse.h | 163 void addComment(Dsymbol *s, const utf8_t *blockComment);
|
| H A D | dsymbol.h | 235 virtual void addComment(const utf8_t *comment);
|
| H A D | dsymbol.c | 897 void Dsymbol::addComment(const utf8_t *comment) in addComment() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | RawCommentList.h | 184 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
|
| H A D | ASTContext.h | 793 void addComment(const RawComment &RC);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | RawCommentList.cpp | 273 void RawCommentList::addComment(const RawComment &RC, in addComment() function in RawCommentList
|
| H A D | ASTContext.cpp | 302 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 D | Sema.cpp | 2183 Context.addComment(RC); in ActOnComment()
|