Home
last modified time | relevance | path

Searched defs:addComment (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.d157 override void addComment(const(char)* comment) in addComment() function
1005 override final void addComment(const(char)* comment) in addComment() function
1222 override void addComment(const(char)* comment) in addComment() function
H A Ddsymbol.d1216 void addComment(const(char)* comment) in addComment() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.c234 void AttribDeclaration::addComment(const utf8_t *comment) in addComment() function
1250 void ConditionalDeclaration::addComment(const utf8_t *comment) in addComment() function
1476 void StaticForeachDeclaration::addComment(const utf8_t *) in addComment() function
H A Ddsymbol.c897 void Dsymbol::addComment(const utf8_t *comment) in addComment() function
H A Dparse.c7979 void Parser::addComment(Dsymbol *s, const utf8_t *blockComment) in addComment() function
/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp395 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes