Searched defs:Comment (Results 26 - 50 of 54) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLToken.h71 Comment, enumerator in enum:blink::HTMLToken::Type
139 ASSERT(m_type == Character || m_type == Comment || m_type == StartTag || m_type == EndTag);
408 /* Comment Tokens */
412 ASSERT(m_type == Comment);
419 m_type = Comment;
425 ASSERT(m_type == Comment);
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc39 struct Comment { struct in namespace:image_diff_png::__anon16497
409 explicit CommentWriter(const std::vector<Comment>& comments)
437 void AddComment(size_t pos, const Comment& comment) {
451 const std::vector<Comment> comments_;
470 const std::vector<Comment>& comments) {
529 const std::vector<Comment>& comments,
604 const std::vector<Comment>& comments,
628 std::vector<Comment>(), output);
640 std::vector<Comment>(), output);
/external/clang/lib/Lex/
H A DPreprocessor.cpp259 llvm::errs() << "\n Comment Handlers: "
797 CommentHandlers.end() && "Comment handler already registered");
804 assert(Pos != CommentHandlers.end() && "Comment handler not registered");
808 bool Preprocessor::HandleComment(Token &result, SourceRange Comment) { argument
813 if ((*H)->HandleComment(*this, Comment))
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp394 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { argument
395 BriefComment = Allocator.CopyString(Comment);
H A DSema.cpp1159 void Sema::ActOnComment(SourceRange Comment) { argument
1161 SourceMgr.isInSystemHeader(Comment.getBegin()))
1163 RawComment RC(SourceMgr, Comment, false,
1166 SourceRange MagicMarkerRange(Comment.getBegin(),
1167 Comment.getBegin().getLocWithOffset(3));
1180 Diag(Comment.getBegin(), diag::warn_not_a_doxygen_trailing_member_comment) <<
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py372 def Comment(self): member in class:XCObject
604 comment = value.Comment()
2523 def Comment(self): member in class:PBXProject
/external/clang/lib/AST/
H A DCommentSema.cpp98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { argument
99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
104 switch (Comment->getCommandID()) {
125 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch)
126 << Comment->getCommandMarker()
128 << Comment->getSourceRange();
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { argument
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID());
136 switch (Comment->getCommandID()) {
142 if (DiagSelect && Comment
168 checkContainerDecl(const BlockCommandComment *Comment) argument
[all...]
H A DASTDumper.cpp58 // Comment names (FullComment, ParagraphComment, TextComment, etc)
359 void dumpComment(const Comment *C);
818 const FullComment *Comment = local
824 setMoreChildren(HasAttrs || Comment || HasDeclContext);
827 setMoreChildren(Comment || HasDeclContext);
837 dumpFullComment(Comment);
2021 void ASTDumper::dumpComment(const Comment *C) {
2037 for (Comment::child_iterator I = C->child_begin(), E = C->child_end();
2200 // Comment method implementations
2203 LLVM_DUMP_METHOD void Comment
[all...]
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp526 SourceRange Comment) {
533 SourceLocation CommentBegin = Comment.getBegin();
536 StringRef C(CommentRaw, SM.getCharacterData(Comment.getEnd()) - CommentRaw);
605 std::string Comment = RawLex.getSpelling(Tok, SM, LangOpts); local
606 if (Comment.empty()) continue;
609 if (ParseDirective(Comment, nullptr, SM, nullptr, Tok.getLocation(),
525 HandleComment(Preprocessor &PP, SourceRange Comment) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py471 class Comment(NavigableString): class in inherits:NavigableString
1102 <! --Comment--> (Extraneous whitespace in declaration)
1389 "Handle comments as Comment objects."
1390 self._toStringSubclass(text, Comment)
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_instruction.h411 const char *Comment; member in struct:prog_instruction
/external/clang/include/clang/AST/
H A DComment.h1 //===--- Comment.h - Comment AST nodes --------------------------*- C++ -*-===//
53 class Comment { class in namespace:clang::comments
62 friend class Comment;
195 Comment(CommentKind K, function in class:clang::comments::Comment
226 typedef Comment * const *child_iterator;
240 class InlineContentComment : public Comment {
245 Comment(K, LocBegin, LocEnd) {
250 static bool classof(const Comment *C) {
277 static bool classof(const Comment *
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.h411 const char *Comment; member in struct:prog_instruction
/external/clang/tools/c-index-test/
H A Dc-index-test.c363 CXComment Comment) {
366 enum CXCommentKind Kind = clang_Comment_getKind(Comment);
380 clang_TextComment_getText(Comment));
381 if (clang_Comment_isWhitespace(Comment))
383 if (clang_InlineContentComment_hasTrailingNewline(Comment))
390 clang_InlineCommandComment_getCommandName(Comment));
391 switch (clang_InlineCommandComment_getRenderKind(Comment)) {
405 for (i = 0, e = clang_InlineCommandComment_getNumArgs(Comment);
409 clang_InlineCommandComment_getArgText(Comment, i));
411 if (clang_InlineContentComment_hasTrailingNewline(Comment))
362 DumpCXCommentInternal(struct CommentASTDumpingContext *Ctx, CXComment Comment) argument
537 DumpCXComment(CXComment Comment) argument
612 CXComment Comment = clang_Cursor_getParsedComment(Cursor); local
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 376 milliseconds

123