HomeSort by relevance Sort by last modified time
    Searched defs:comments (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/clang/include/clang/Index/
CommentToXML.h 1 //===--- 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/
CommentBriefParser.h 21 namespace comments { namespace in namespace:clang
51 } // end namespace comments
CommentVisitor.h 17 namespace comments { namespace in namespace:clang
67 } // end namespace comments
CommentParser.h 26 namespace comments { namespace in namespace:clang
123 } // end namespace comments
CommentSema.h 10 // This file defines the semantic analysis class for Doxygen comments.
30 namespace comments { namespace in namespace:clang
254 } // end namespace comments
RawCommentList.h 1 //===--- 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' source locations
    [all...]
CommentCommandTraits.h 27 namespace comments { namespace in namespace:clang
123 /// in comments.
181 } // end namespace comments
  /external/clang/lib/AST/
CommentBriefParser.cpp 15 namespace comments { namespace in namespace:clang
152 } // end namespace comments
CommentCommandTraits.cpp 14 namespace comments { namespace in namespace:clang
133 } // end namespace comments
Comment.cpp 20 namespace comments { namespace in namespace:clang
352 } // end namespace comments
CommentLexer.cpp 11 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 are extracted only if there is only whitespac
    [all...]
  /external/clang/tools/libclang/
CXComment.h 25 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/
aff_reader.h 46 const std::string& comments() const { return intro_comment_; } function in class:convert_dict::AffReader
76 // Comments from the beginning of the file. This is everything before the
  /external/proguard/src/proguard/
ClassSpecification.java 35 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,
115 this(comments,
131 * @param comments provides optional comments on this
156 public ClassSpecification(String comments,
    [all...]
WordReader.java 30 * Comments (everything starting with '#' on a single line) are ignored.
134 // Skip any whitespace and comments left on the current line.
144 // Skip any comments.
171 // Remember any leading comments.
175 // Remember the comments.
181 // Skip the comments.
275 * Returns the comments collected before returning the last word.
276 * Starts collecting new comments.
278 * @return the collected comments, or <code>null</code> if there weren't any.
284 String comments = currentComments local
    [all...]
ConfigurationWriter.java 386 // Write out the comments for this option.
387 writeComments(classSpecification.comments);
465 private void writeComments(String comments)
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/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 109 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/clang/unittests/AST/
CommentLexer.cpp 25 namespace comments { namespace in namespace:clang
90 // Empty comments should be handled.
106 // Empty comments should be handled.
    [all...]
CommentParser.cpp 29 namespace comments { namespace in namespace:clang
    [all...]
  /external/tremolo/Tremolo/
ivorbiscodec.h 82 int comments; member in struct:vorbis_comment
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 75 * True to keep comments in the document; false to discard them.
77 PARAMETERS.put("comments", new BooleanParameter() {
79 return config.comments;
82 config.comments = (Boolean) value;
146 * comments = true
160 && config.comments
172 config.comments = true;
273 * comments, text, CDATA sections and processing instructions.
288 private boolean comments = true; field in class:DOMConfigurationImpl
411 if (!comments) {
    [all...]
  /external/chromium_org/base/
file_version_info_win.cc 104 base::string16 FileVersionInfoWin::comments() { function in class:FileVersionInfoWin
105 return GetStringValue(L"Comments");
  /external/fonttools/Lib/fontTools/
afmLib.py 198 # 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/
codec.h 138 /* the comments are not part of vorbis_info so that vorbis_info can be
145 int comments; member in struct:vorbis_comment
  /external/proguard/src/proguard/gui/
ClassSpecificationsPanel.java 208 String comments = classSpecification.comments; local
210 label.setText(comments != null ? comments.trim() :

Completed in 905 milliseconds

1 2 3 4