Home
last modified time | relevance | path

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

123

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
DCommentsParser.java101 comments.addComment(currentLineComment); in parse()
120 comments.addComment(javadocComment); in parse()
125 comments.addComment(currentBlockComment); in parse()
165 comments.addComment(currentLineComment); in parse()
DCommentsCollection.java47 public void addComment(LineComment lineComment){ in addComment() method in CommentsCollection
51 public void addComment(BlockComment blockComment){ in addComment() method in CommentsCollection
55 public void addComment(JavadocComment javadocComment){ in addComment() method in CommentsCollection
/external/llvm-project/llvm/lib/IR/
DModuleSummaryIndex.cpp335 void addComment(const Twine &Comment);
357 addComment(Comment); in add()
360 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes
561 A.addComment("immutable"); in exportToDot()
563 A.addComment("writeOnly"); in exportToDot()
565 A.addComment("constant"); in exportToDot()
568 A.addComment("dsoLocal"); in exportToDot()
570 A.addComment("canAutoHide"); in exportToDot()
572 A.addComment("preserved"); in exportToDot()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp262 void addComment(const Twine &Comment);
284 addComment(Comment); in add()
287 void Attributes::addComment(const Twine &Comment) { in addComment() function in Attributes
482 A.addComment("immutable"); in exportToDot()
484 A.addComment("writeOnly"); in exportToDot()
487 A.addComment("dsoLocal"); in exportToDot()
489 A.addComment("canAutoHide"); in exportToDot()
491 A.addComment("preserved"); in exportToDot()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/expected_output/
Dcom_github_javaparser_ast_comments_CommentsParser.txt60 Line 101) comments.addComment(currentLineComment) ==> void
75 Line 120) comments.addComment(javadocComment) ==> void
79 Line 125) comments.addComment(currentBlockComment) ==> void
103 Line 165) comments.addComment(currentLineComment) ==> void
/external/dagger2/java/dagger/hilt/android/processor/internal/androidentrypoint/
DFragmentGenerator.java154 .addComment("Only inject on the first call to onAttach.") in initializeComponentContextMethod()
156 .addComment( in initializeComponentContextMethod()
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateLanguageData.java54 newEn.addComment("//ldml", "by " + in main()
70 newEn.addComment(xpath, in main()
DGenerateDecompCollationRules.java167 …newFile.addComment(xpp.toString(), "Generated by " + GenerateDecompCollationRules.class.getSimpleN… in main()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp153 void addComment(Json::Value& node, const std::string& str);
231 addComment(meta["Comment"][commentId++], DocCopyright); in TPrinter()
232 addComment(meta["Comment"][commentId++], DocComment1); in TPrinter()
233 addComment(meta["Comment"][commentId++], DocComment2); in TPrinter()
262 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() function in __anonac030f240111::TPrinter
/external/shaderc/spirv-headers/tools/buildHeaders/
Dheader.cpp153 void addComment(Json::Value& node, const std::string& str);
231 addComment(meta["Comment"][commentId++], DocCopyright); in TPrinter()
232 addComment(meta["Comment"][commentId++], DocComment1); in TPrinter()
233 addComment(meta["Comment"][commentId++], DocComment2); in TPrinter()
262 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() function in __anoncdcca3db0111::TPrinter
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
Dheader.cpp153 void addComment(Json::Value& node, const std::string& str);
231 addComment(meta["Comment"][commentId++], DocCopyright); in TPrinter()
232 addComment(meta["Comment"][commentId++], DocComment1); in TPrinter()
233 addComment(meta["Comment"][commentId++], DocComment2); in TPrinter()
262 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() function in __anon93db0b5e0111::TPrinter
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLNormalizingLoader.java268 … source.addComment(currentFullXPath, comment, XPathParts.Comments.CommentType.PREBLOCK); in push()
365 … source.addComment(lastLeafNode, comment, XPathParts.Comments.CommentType.POSTBLOCK); in pop()
530 … source.addComment(lastActiveLeafNode, comment0, XPathParts.Comments.CommentType.LINE); in comment()
566 source.addComment(null, comment, XPathParts.Comments.CommentType.LINE); in endDocument()
DDtdData.java222 public void addComment(String commentIn) { in addComment() method in DtdData.Attribute
482 public void addComment(String addition) { in addComment() method in DtdData.Element
571 private void addComment(String comment) { in addComment() method in DtdData
579 lastElement.addComment(comment); in addComment()
581 lastAttribute.addComment(comment); in addComment()
652 addComment(comment); in handleComment()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
DCommentsCollection.java65 public void addComment(Comment comment) { in addComment() method in CommentsCollection
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
DCommentsCollection.java67 public void addComment(Comment comment) { in addComment() method in CommentsCollection
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/
DOtherProfileGenerator.java300 methodBuilder.addComment( in generateCrossProfileCallbackMethodOnOtherProfileClass()
365 methodBuilder.addComment( in generateFutureMethodOnOtherProfileClass()
DMultipleProfilesGenerator.java191 methodBuilder.addComment( in generateBlockingMethodOnMultipleProfilesClass()
206 methodBuilder.addComment( in generateBlockingMethodOnMultipleProfilesClass()
DInternalProviderClassGenerator.java112 .addComment( in generateInternalProviderClassClass()
DProtoParcelableWrapperGenerator.java141 .addComment("TODO: Deal with exception") in generateProtoParcelableWrapper()
DIfAvailableGenerator.java127 .addComment("Ignore exception") in generateMethodOnIfAvailableClass()
/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h184 void addComment(const RawComment &RC, const CommentOptions &CommentOpts,
/external/clang/include/clang/AST/
DRawCommentList.h186 void addComment(const RawComment &RC, llvm::BumpPtrAllocator &Allocator);
/external/jdiff/src/jdiff/
DCommentsHandler.java145 comments_.addComment(currComment); in addTextToComments()
/external/jsoncpp/include/json/
Dreader.h223 void addComment(Location begin, Location end, CommentPlacement placement);
/external/jsoncpp/src/lib_json/
Djson_reader.cpp348 addComment(commentBegin, current_, placement); in readComment()
372 void Reader::addComment(Location begin, Location end, in addComment() function in Json::Reader
972 void addComment(Location begin, Location end, CommentPlacement placement);
1323 addComment(commentBegin, current_, placement); in readComment()
1348 void OurReader::addComment(Location begin, Location end, in addComment() function in Json::OurReader

123