Searched defs:Comments (Results 1 - 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
H A DRawCommentList.h185 return Comments;
190 std::vector<RawComment *> Comments; member in class:clang::RawCommentList
195 size_t OldSize = Comments.size();
196 Comments.resize(C.size() + OldSize);
197 std::copy_backward(Comments.begin(), Comments.begin() + OldSize,
198 Comments.end());
199 std::copy(C.begin(), C.end(), Comments.begin());
H A DASTContext.h437 RawCommentList Comments; member in class:clang::ASTContext
499 /// Raw comments are owned by Comments list. This mapping is populated
513 return Comments;
517 Comments.addComment(RC, BumpAlloc);
/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp52 Comments.push_back(Comment(C, CLine, CCol));
65 CommentList Comments; member in class:clang::CommentHandlerVisitor
96 CommentVerifier(const CommentList &Comments, Preprocessor *PP) argument
97 : Current(Comments.begin()), End(Comments.end()), PP(PP)
125 return CommentVerifier(Comments, PP);
/external/jdiff/src/jdiff/
H A DComments.java15 * Creates a Comments from an XML file. The Comments object is the internal
17 * All methods in this class for populating a Comments object are static.
22 public class Comments { class
29 /** The old Comments object which is populated from the file read in. */
30 private static Comments oldComments_ = null;
33 public Comments() { method in class:Comments
42 * the old API and new API is stored and create a Comments object for
43 * it. The Comments object may be null if no file exists.
45 public static Comments readFil
[all...]
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp166 StringRef Comments = DC->CommentsToEmit.str(); local
170 IP->printInst(&Inst, OS, Comments);
/external/expat/bcb5/
H A Delements.mak80 Comments= macro
H A Dexpat.mak81 Comments= macro
H A Dexpat_static.mak81 Comments= macro
H A Dexpatw.mak81 Comments= macro
H A Dexpatw_static.mak82 Comments= macro
H A Doutline.mak80 Comments= macro
H A Dxmlwf.mak81 Comments= macro
/external/jhead/
H A Djhead.h106 char Comments[MAX_COMMENT_SIZE]; member in struct:__anon6532
/external/llvm/lib/MC/
H A DMCAsmStreamer.cpp294 StringRef Comments = CommentToEmit.str(); local
296 assert(Comments.back() == '\n' &&
301 size_t Position = Comments.find('\n');
302 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n';
304 Comments = Comments.substr(Position+1);
305 } while (!Comments.empty());
/external/clang/lib/Sema/
H A DSemaDecl.cpp7237 ArrayRef<RawComment *> Comments = Context.getRawCommentList().getComments(); local
7238 if (!Comments.empty() &&
7239 !Comments.back()->isAttached()) {
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 903 milliseconds