HomeSort by relevance Sort by last modified time
    Searched defs:Comments (Results 1 - 19 of 19) sorted by null

  /external/jdiff/src/jdiff/
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...]
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...]
  /external/clang/include/clang/AST/
RawCommentList.h 1 //===--- RawCommentList.h - Classes for processing raw comments -*- C++ -*-===//
22 namespace comments { namespace in namespace:clang
24 } // end namespace comments
30 RCK_OrdinaryBCPL, ///< Any normal BCPL comments
36 RCK_Merged ///< Two or more documentation comments merged together
117 comments::FullComment *parse(const ASTContext &Context, const Decl *D) const;
157 /// \brief Compare comments' source locations.
175 /// \brief This class represents all comments included in the translation unit,
185 return Comments;
190 std::vector<RawComment *> Comments;
    [all...]
ASTContext.h 85 namespace comments { namespace in namespace:clang
436 /// \brief All comments in this translation unit.
437 RawCommentList Comments;
439 /// \brief True if comments are already loaded from ExternalASTSource.
460 /// comments.
496 /// \brief Mapping from declarations to comments attached to any
499 /// Raw comments are owned by Comments list. This mapping is populated
503 /// \brief Mapping from declarations to parsed comments attached to any
505 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments
    [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/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 166 StringRef Comments = DC->CommentsToEmit.str();
170 IP->printInst(&Inst, OS, Comments);
  /external/expat/bcb5/
elements.mak 80 Comments=
expat.mak 81 Comments=
expat_static.mak 81 Comments=
expatw.mak 81 Comments=
expatw_static.mak 82 Comments=
outline.mak 80 Comments=
xmlwf.mak 81 Comments=
  /external/jhead/
jhead.h 106 char Comments[MAX_COMMENT_SIZE];
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 85 // If we don't have any comments, just emit a \n.
110 /// GetCommentOS - Return a raw_ostream that comments can be written to.
111 /// Unlike AddComment, you are required to terminate comments with \n if you
115 return nulls(); // Discard comments unless in verbose asm mode.
294 StringRef Comments = CommentToEmit.str();
296 assert(Comments.back() == '\n' &&
299 // Emit a line of comments.
301 size_t Position = Comments.find('\n');
302 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n';
304 Comments = Comments.substr(Position+1)
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-client-1.0.jar 
gdata-core-1.0.jar 
  /external/guava/guava/lib/
jdiff.jar 

Completed in 370 milliseconds