HomeSort by: relevance | last modified time | path
    Searched refs:addComment (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 370 void addComment(const Twine &Comment);
392 addComment(Comment);
395 void Attributes::addComment(const Twine &Comment) {
596 A.addComment("immutable");
598 A.addComment("writeOnly");
600 A.addComment("constant");
603 A.addComment("visibility");
605 A.addComment("dsoLocal");
607 A.addComment("canAutoHide");
609 A.addComment("preserved")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.h 32 void addComment(const utf8_t *comment);
171 void addComment(const utf8_t *comment);
205 void addComment(const utf8_t *comment);
attrib.d 157 override void addComment(const(char)* comment)
159 //printf("AttribDeclaration::addComment %s\n", comment);
162 include(null).foreachDsymbol( s => s.addComment(comment) );
1005 override final void addComment(const(char)* comment)
1007 /* Because addComment is called by the parser, if we called
1014 decl .foreachDsymbol( s => s.addComment(comment) );
1015 elsedecl.foreachDsymbol( s => s.addComment(comment) );
1222 override void addComment(const(char)* comment)
parse.d 150 addComment(mod, comment);
1051 addComment(s, pAttrs.comment);
1104 addComment(s, comment);
1114 addComment(s, comment);
3161 addComment(em, comment);
3165 addComment(em, comment);
4353 addComment(d, comment);
4390 addComment(s, comment);
4521 addComment(s, comment);
4526 addComment(s, comment)
    [all...]
dsymbol.h 251 virtual void addComment(const utf8_t *comment);
dsymbol.d 1216 void addComment(const(char)* comment)
1221 //printf("addComment '%s' to Dsymbol %p '%s'\n", comment, this, toChars());
1248 /* Shell around addComment() to avoid disruption for the moment */
1249 final void comment(const(char)* comment) { addComment(comment); }
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RawCommentList.h 184 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
ASTContext.h 793 void addComment(const RawComment &RC);
  /src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp 273 void RawCommentList::addComment(const RawComment &RC,
ASTContext.cpp 302 void ASTContext::addComment(const RawComment &RC) {
305 Comments.addComment(RC, LangOpts.CommentOpts, BumpAlloc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 2183 Context.addComment(RC);

Completed in 152 milliseconds