HomeSort by relevance Sort by last modified time
    Searched refs:Comments (Results 1 - 25 of 30) sorted by null

1 2

  /external/clang/lib/AST/
RawCommentList.cpp 1 //===--- RawCommentList.cpp - Processing raw comments -----------*- C++ -*-===//
127 comments::Lexer L(Allocator, Context.getDiagnostics(),
131 comments::BriefParser P(L, Context.getCommentCommandTraits());
143 comments::FullComment *RawComment::parse(const ASTContext &Context,
149 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(),
153 comments::Sema S(Context.getAllocator(), Context.getSourceManager(),
158 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(),
218 // Check if the comments are not in source order.
219 while (!Comments.empty() &&
220 !SourceMgr.isBeforeInTranslationUnit(Comments.back()->getLocStart()
    [all...]
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 52 Comments.push_back(Comment(C, CLine, CCol));
65 CommentList Comments;
96 CommentVerifier(const CommentList &Comments, Preprocessor *PP)
97 : Current(Comments.begin()), End(Comments.end()), PP(PP)
125 return CommentVerifier(Comments, PP);
  /external/jdiff/src/jdiff/
CommentsHandler.java 14 * Handle the parsing of an XML file and the generation of a Comments object.
16 * All HTML written for the comments sections in the report must
28 /** The Comments object which is populated from the XML file. */
29 public Comments comments_ = null;
44 public CommentsHandler(Comments comments) {
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.")
    [all...]
Comments.java 15 * Creates a Comments from an XML file. The Comments object is the internal
16 * representation of the comments for the changes.
17 * All methods in this class for populating a Comments object are static.
22 public class Comments {
25 * All the possible comments known about, accessible by the commentID.
29 /** The old Comments object which is populated from the file read in. */
30 private static Comments oldComments_ = null;
33 public Comments() {
37 // The list of comments elements associated with this object
    [all...]
JDiff.java 85 // Read the file in, but do not add any text to the global comments
91 // Read the file in, and do add any text to the global comments
99 // Read the file where the XML for comments about the changes between
100 // the old API and new API is stored and create a Comments object for
101 // it. The Comments object may be null if no file exists.
112 System.out.println("JDiff: reading the comments in from file '" + commentsFileName + "'...");
113 Comments existingComments = Comments.readFile(commentsFileName);
115 System.out.println(" (the comments file will be created)");
121 // Emit messages about which comments are now unused an
    [all...]
APIHandler.java 42 /** If set, then create the global list of comments. */
214 currentText = Comments.convertAtLinks(currentText, currentElement,
219 currentText.compareTo(Comments.placeHolderText) != 0) {
224 // the format used in the report generator to look up comments in the
253 // Add to the list of possible comments for use when an
263 String ctOld = (String)(Comments.allPossibleComments.put(commentID, ct));
289 if (Comments.isMinimizedTag(currentHTMLTag)) {
307 if (!Comments.isMinimizedTag(currentHTMLTag))
HTMLReportGenerator.java 19 /** The Comments object for existing comments. */
20 private Comments existingComments_ = null;
23 * The Comments object for freshly regenerated comments.
25 * and should be like existingComments_ but with unused comments
27 * the new comments are written out to the comments file.
29 private Comments newComments_ = null;
32 * Accessor method for the freshly generated Comments object.
    [all...]
API.java 397 if (Comments.isMinimizedTag(tag) &&
RootDocToXML.java 213 * out as XML comments.
388 System.out.println("JDiff: warning: multiple @deprecated tags found in comments for " + ped.name() + ". Using the first one only.");
725 // TODO still have an issue with Unicode: 0xfc in java.lang.String.toUpperCase comments
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 143 /// \brief Emits the comments that are stored in \p DC comment stream.
149 StringRef Comments = DC->CommentsToEmit.str();
155 while (!Comments.empty()) {
158 // Emit a line of comments.
160 size_t Position = Comments.find('\n');
161 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position);
163 Comments = Comments.substr(Position+1);
  /external/clang/include/clang/AST/
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...]
ASTContext.h 73 namespace comments { namespace in namespace:clang
517 /// \brief All comments in this translation unit.
518 RawCommentList Comments;
520 /// \brief True if comments are already loaded from ExternalASTSource.
541 /// comments.
577 /// \brief Mapping from declarations to comments attached to any
580 /// Raw comments are owned by Comments list. This mapping is populated
584 /// \brief Mapping from declarations to parsed comments attached to any
586 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments
    [all...]
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
error_test.cpp 55 TEST_F(ErrorTest, Comments)
extension_test.cpp 28 TEST_F(ExtensionTest, Comments)
pragma_test.cpp 56 TEST_F(PragmaTest, Comments)
  /external/chromium_org/tools/grit/grit/gather/
rc.py 249 # In addition to the above fields, VALUE fields named "Comments" and
260 ProductName|Comments|LegalTrademarks
  /external/jhead/
exif.c 761 if (ImageInfo.Comments[0]){ // We already have a jpeg comment.
769 memcpy(ImageInfo.Comments, ValuePtr, ByteCount);
775 if (ImageInfo.Comments[0]){ // We already have a jpeg comment.
777 if (ShowTags) printf("Multiple comments in exif header\n");
    [all...]
jhead.h 120 char Comments[MAX_COMMENT_SIZE];
main.c 741 if (ImageInfo.Comments[0]) {
742 bufLen = addKeyValueString(&buf, bufLen, "UserComment", ImageInfo.Comments);
jpgfile.c 76 strcpy(ImageInfo.Comments,Comment);
1007 // things like comments.
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 74 // If we don't have any comments, just emit a \n.
99 /// GetCommentOS - Return a raw_ostream that comments can be written to.
100 /// Unlike AddComment, you are required to terminate comments with \n if you
104 return nulls(); // Discard comments unless in verbose asm mode.
271 StringRef Comments = CommentToEmit.str();
273 assert(Comments.back() == '\n' &&
276 // Emit a line of comments.
278 size_t Position = Comments.find('\n');
279 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n';
281 Comments = Comments.substr(Position+1)
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 477 SmallString<40> Comments;
478 raw_svector_ostream CommentStream(Comments);
525 Comments.clear();
  /external/guava/guava/lib/
jdiff.jar 
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format_unittest.cc 471 TEST_F(TextFormatTest, Comments) {
472 // Test that comments are ignored.
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc 409 TEST_F(TextFormatTest, Comments) {
410 // Test that comments are ignored.
    [all...]

Completed in 1039 milliseconds

1 2