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

1 2 3 4 5 6 7 8

  /external/clang/include/clang/AST/
CommentVisitor.h 1 //===--- CommentVisitor.h - Visitor for Comment subclasses ------*- C++ -*-===//
13 #include "clang/AST/Comment.h"
29 RetTy visit(PTR(Comment) C) {
34 default: llvm_unreachable("Unknown comment kind!");
35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
40 #undef COMMENT
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParserConstants.java 28 int COMMENT = 20;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserConstants.java 23 int COMMENT = 8;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserConstants.java 25 int COMMENT = 38;
  /external/clang/lib/AST/
Comment.cpp 1 //===--- Comment.cpp - Comment AST node implementation --------------------===//
11 #include "clang/AST/Comment.h"
21 const char *Comment::getCommentKindName() const {
24 #define ABSTRACT_COMMENT(COMMENT)
25 #define COMMENT(CLASS, PARENT) \
29 #undef COMMENT
32 llvm_unreachable("Unknown comment kind!");
40 good implements_child_begin_end(Comment::child_iterator (T::*)() const) {
45 Comment::child_iterator (Comment::*)() const)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascripttokens.py 32 COMMENT = 'comment'
55 DOC_PREFIX = 'comment prefix: * '
65 COMMENT_TYPES = frozenset([START_SINGLE_LINE_COMMENT, COMMENT,
72 DOC_INLINE_FLAG, COMMENT, DOC_START_BRACE, DOC_END_BRACE])
132 """Tests if this token is any part of a comment.
135 True if this token is any part of a comment.
140 """Tests if this token is code, as opposed to a comment or whitespace."""
javascripttokenizer.py 87 # Comment text is anything that we are not going to parse into another special
117 (?!\*) # not the start of a comment
191 # Star followed by non-slash, i.e a star that does not end a comment.
196 # Find the end of the comment.
223 # /regex with 'string'/, /* comment with /regex/ and string */ (and so
288 # First we check for exiting a block comment.
292 # Match non-comment-ending text..
293 Matcher(BLOCK_COMMENT_TEXT, Type.COMMENT)],
297 Matcher(DOC_COMMENT_TEXT, Type.COMMENT)],
300 Matcher(WHITESPACE, Type.COMMENT),
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
javascripttokens.py 32 COMMENT = 'comment'
55 DOC_PREFIX = 'comment prefix: * '
65 COMMENT_TYPES = frozenset([START_SINGLE_LINE_COMMENT, COMMENT,
72 DOC_INLINE_FLAG, COMMENT, DOC_START_BRACE, DOC_END_BRACE])
132 """Tests if this token is any part of a comment.
135 True if this token is any part of a comment.
140 """Tests if this token is code, as opposed to a comment or whitespace."""
javascripttokenizer.py 87 # Comment text is anything that we are not going to parse into another special
117 (?!\*) # not the start of a comment
191 # Star followed by non-slash, i.e a star that does not end a comment.
196 # Find the end of the comment.
223 # /regex with 'string'/, /* comment with /regex/ and string */ (and so
288 # First we check for exiting a block comment.
292 # Match non-comment-ending text..
293 Matcher(BLOCK_COMMENT_TEXT, Type.COMMENT)],
297 Matcher(DOC_COMMENT_TEXT, Type.COMMENT)],
300 Matcher(WHITESPACE, Type.COMMENT),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SourceJavaScriptTokenizer.re2js 56 COMMENT: 2,
98 // Following comment is replaced with generated state machine.
113 Comment = "/*" CommentContent "*"+ "/";
158 <DIV,NODIV> LineComment { this.tokenType = "javascript-comment"; return cursor; }
159 <DIV,NODIV> Comment { this.tokenType = "javascript-comment"; return cursor; }
160 <DIV,NODIV> CommentStart => COMMENT { this.tokenType = "javascript-comment"; return cursor; }
161 <COMMENT> CommentContent => COMMENT { this.tokenType = "javascript-comment"; return cursor;
    [all...]
SourceCSSTokenizer.re2js 116 COMMENT: 1,
176 // Following comment is replaced with generated state machine.
190 Comment = "/*" CommentContent "*"+ "/";
215 <INITIAL> Comment { this.tokenType = "css-comment"; return cursor; }
216 <INITIAL> CommentStart => COMMENT { this.tokenType = "css-comment"; return cursor; }
217 <COMMENT> CommentContent => COMMENT { this.tokenType = "css-comment"; return cursor;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
112 "/*" { yy_push_state(COMMENT, yyscanner); }
113 <COMMENT>[^*\n]*
114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
115 <COMMENT>"*"+[^*/\n]*
116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
117 <COMMENT>"*"+"/" {
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 70 %x DONE COMMENT UNREACHABLE SKIP DEFINE
112 "/*" { yy_push_state(COMMENT, yyscanner); }
113 <COMMENT>[^*\n]*
114 <COMMENT>[^*\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
115 <COMMENT>"*"+[^*/\n]*
116 <COMMENT>"*"+[^*/\n]*\n { yylineno++; yycolumn = 0; return NEWLINE; }
117 <COMMENT>"*"+"/" {
  /external/chromium_org/third_party/zlib/
inflate.h 28 COMMENT, /* i: waiting for end of comment (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/chromium_org/tools/gn/
token.h 21 COMMENT // #...\n
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 28 COMMENT, /* i: waiting for end of comment (gzip) */
61 NAME -> COMMENT -> HCRC -> TYPE
  /external/zlib/src/
inflate.h 28 COMMENT, /* i: waiting for end of comment (gzip) */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
Tokenizer.l 75 %x COMMENT
91 /* Line comment */
94 /* Block comment */
96 /* The comment is replaced by a single space. */
97 "/*" { BEGIN(COMMENT); }
98 <COMMENT>[^*\r\n]+
99 <COMMENT>"*"
100 <COMMENT>{NEWLINE} { ++yylineno; }
101 <COMMENT>"*/" {
257 if (YY_START == COMMENT)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 61 | t=COMMENT
62 {this.output("Comment: \""+$t.text+"\"")}
92 fragment COMMENT
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/
Fuzzy.h 25 #define COMMENT 8
FuzzyLexer.h 41 #define COMMENT 17
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
FuzzyLexer.h 41 #define COMMENT 17
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 28 COMMENT
152 COMMENT
155 say("found comment " << self.text)
162 say("found // comment " << self.text)
235 found // comment //System.out.println(tokens);
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl 12 $COMMENT=0x80;
29 $v|=$COMMENT if ($c =~ /\#/);
125 #define CONF_COMMENT $COMMENT
  /external/openssl/crypto/conf/
keysets.pl 12 $COMMENT=0x80;
29 $v|=$COMMENT if ($c =~ /\#/);
125 #define CONF_COMMENT $COMMENT

Completed in 962 milliseconds

1 2 3 4 5 6 7 8