Searched defs:comments (Results 1 - 25 of 50) sorted by relevance

12

/external/clang/include/clang/Index/
H A DCommentToXML.h1 //===--- CommentToXML.h - Convert comments to XML representation ----------===//
19 namespace comments { namespace in namespace:clang
35 void convertCommentToHTML(const comments::FullComment *FC,
39 void convertHTMLTagNodeToText(const comments::HTMLTagComment *HTC,
43 void convertCommentToXML(const comments::FullComment *FC,
/external/clang/include/clang/AST/
H A DCommentBriefParser.h21 namespace comments { namespace in namespace:clang
51 } // end namespace comments
H A DCommentVisitor.h17 namespace comments { namespace in namespace:clang
67 } // end namespace comments
H A DCommentParser.h26 namespace comments { namespace in namespace:clang
123 } // end namespace comments
H A DCommentSema.h10 // This file defines the semantic analysis class for Doxygen comments.
30 namespace comments { namespace in namespace:clang
254 } // end namespace comments
H A DCommentCommandTraits.h27 namespace comments { namespace in namespace:clang
123 /// in comments.
181 } // end namespace comments
H A DRawCommentList.h1 //===--- RawCommentList.h - Classes for processing raw comments -*- C++ -*-===//
24 namespace comments { namespace in namespace:clang
26 } // end namespace comments
32 RCK_OrdinaryBCPL, ///< Any normal BCPL comments
38 RCK_Merged ///< Two or more documentation comments merged together
95 /// Returns whether we are parsing all comments.
122 comments::FullComment *parse(const ASTContext &Context,
142 /// When true, ordinary comments starting with "//" and "/*" will be
143 /// considered as documentation comments.
163 /// \brief Compare comments' sourc
[all...]
H A DCommentLexer.h1 //===--- CommentLexer.h - Lexer for structured comments ---------*- C++ -*-===//
10 // This file defines lexer for structured comments and supporting token class.
26 namespace comments { namespace in namespace:clang
241 /// One past end pointer for the current comment. For BCPL comments points
242 /// to newline or BufferEnd, for C comments points to star in '*/'.
319 /// Lex stuff inside comments. CommentEnd should be set correctly.
358 } // end namespace comments
/external/clang/tools/libclang/
H A DCXComment.h25 namespace comments { namespace in namespace:clang
31 static inline CXComment createCXComment(const comments::Comment *C,
39 static inline const comments::Comment *getASTNode(CXComment CXC) {
40 return static_cast<const comments::Comment *>(CXC.ASTNode);
45 const comments::Comment *C = getASTNode(CXC);
56 static inline comments::CommandTraits &getCommandTraits(CXComment CXC) {
/external/chromium_org/chrome/tools/convert_dict/
H A Daff_reader.h46 const std::string& comments() const { return intro_comment_; } function in class:convert_dict::AffReader
/external/clang/lib/AST/
H A DCommentBriefParser.cpp15 namespace comments { namespace in namespace:clang
152 } // end namespace comments
H A DCommentCommandTraits.cpp14 namespace comments { namespace in namespace:clang
133 } // end namespace comments
H A DComment.cpp20 namespace comments { namespace in namespace:clang
352 } // end namespace comments
H A DCommentLexer.cpp11 namespace comments { namespace in namespace:clang
14 llvm::errs() << "comments::Token Kind=" << Kind << " ";
83 // This function should be called only for C comments
230 /// Return the one past end pointer for BCPL comments.
256 /// Return the one past end pointer for C comments.
318 // exact syntax in AST for comments.
742 // merged this non-Doxygen comment into a bunch of Doxygen comments
749 // Skip less-than symbol that marks trailing comments.
769 // Skip less-than symbol that marks trailing comments.
783 // Consecutive comments ar
[all...]
/external/proguard/src/proguard/
H A DClassSpecification.java35 public final String comments; field in class:ClassSpecification
49 * comments or class members.
68 this(classSpecification.comments,
84 * @param comments provides optional comments on this
107 public ClassSpecification(String comments, argument
115 this(comments,
131 * @param comments provides optional comments on this
156 public ClassSpecification(String comments, argument
[all...]
H A DConfigurationWriter.java386 // Write out the comments for this option.
387 writeComments(classSpecification.comments);
465 private void writeComments(String comments) argument
467 if (comments != null)
470 while (index < comments.length())
472 int breakIndex = comments.indexOf('\n', index);
475 breakIndex = comments.length();
480 if (comments.charAt(index) != ' ')
485 writer.println(comments.substring(index, breakIndex));
/external/clang/unittests/AST/
H A DCommentLexer.cpp25 namespace comments { namespace in namespace:clang
90 // Empty comments should be handled.
106 // Empty comments should be handled.
1843 } // end namespace comments
/external/jdiff/src/jdiff/
H A DCommentsHandler.java16 * All HTML written for the comments sections in the report must
44 public CommentsHandler(Comments comments) { argument
45 comments_ = comments;
62 if (localName.compareTo("comments") == 0) {
66 System.out.println("Error: no identifier found in the comments XML file.");
75 System.out.println("Warning: API identifier in the comments XML file (" + filename2 + ") differs from the name of the file.");
125 * the comments which are waiting for it.
190 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML comments file:" + e);
195 System.out.println("Error (" + e.getLineNumber() + "): parsing XML comments file:" + e);
201 System.out.println("Fatal Error (" + e.getLineNumber() + "): parsing XML comments fil
[all...]
H A DComments.java16 * representation of the comments for the changes.
25 * All the possible comments known about, accessible by the commentID.
37 // The list of comments elements associated with this objects
41 * Read the file where the XML for comments about the changes between
46 // If validation is desired, write out the appropriate comments.xsd
47 // file in the same directory as the comments XML file.
124 xsdFileName += "comments.xsd";
128 // The contents of the comments.xsd file
134 xsdFile.println(" Schema for JDiff comments.");
138 xsdFile.println("<xsd:element name=\"comments\" typ
195 getComment(Comments comments, String id) argument
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc109 string comments = location.leading_comments.empty() ? local
111 if (!comments.empty()) {
118 comments = EscapeJavadoc(comments);
121 SplitStringAllowEmpty(comments, "\n", &lines);
178 // In theory we should have slightly different comments for setters, getters,
/external/tremolo/Tremolo/
H A Divorbiscodec.h82 int comments; member in struct:vorbis_comment
/external/chromium_org/base/
H A Dfile_version_info_win.cc104 base::string16 FileVersionInfoWin::comments() { function in class:FileVersionInfoWin
/external/fonttools/Lib/fontTools/
H A DafmLib.py198 # write comments, assuming (possibly wrongly!) they should
272 def comments(self): member in class:AFM
371 # afm.comments() returns a list of all Comment lines found in the AFM
372 print(afm.comments())
/external/fonttools/Tools/fontTools/
H A DafmLib.py198 # write comments, assuming (possibly wrongly!) they should
272 def comments(self): member in class:AFM
371 # afm.comments() returns a list of all Comment lines found in the AFM
372 print(afm.comments())
/external/libvorbis/include/vorbis/
H A Dcodec.h138 /* the comments are not part of vorbis_info so that vorbis_info can be
145 int comments; member in struct:vorbis_comment

Completed in 628 milliseconds

12