Searched defs:COMMENT (Results 1 - 25 of 238) sorted by relevance

12345678910

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
H A DCommentVisitor.h35 #define ABSTRACT_COMMENT(COMMENT)
36 #define COMMENT(CLASS, PARENT) \ macro
40 #undef COMMENT macro
46 #define ABSTRACT_COMMENT(COMMENT) COMMENT
47 #define COMMENT(CLASS, PARENT) \ macro
51 #undef COMMENT macro
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
H A Dtoken.py61 COMMENT = 52 variable
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtokenize.py15 that it produces COMMENT tokens for comments and gives type OP for all
34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
38 COMMENT = N_TOKENS variable
39 tok_name[COMMENT] = 'COMMENT'
335 yield (COMMENT, comment_token,
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
377 yield (COMMENT, token, spos, epos, line)
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
H A Dpulldom.py12 COMMENT = "COMMENT" variable
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
H A Dtoken.py61 COMMENT = 52 variable
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtokenize.py15 that it produces COMMENT tokens for comments and gives type OP for all
34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
38 COMMENT = N_TOKENS variable
39 tok_name[COMMENT] = 'COMMENT'
335 yield (COMMENT, comment_token,
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
377 yield (COMMENT, token, spos, epos, line)
/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
H A Dpulldom.py12 COMMENT = "COMMENT" variable
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dtoken.py61 COMMENT = 52 variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtokenize.py15 that it produces COMMENT tokens for comments and gives type OP for all
34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
38 COMMENT = N_TOKENS variable
39 tok_name[COMMENT] = 'COMMENT'
335 yield (COMMENT, comment_token,
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
377 yield (COMMENT, token, spos, epos, line)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
H A Dpulldom.py12 COMMENT = "COMMENT" variable
140 self.lastEvent[1] = [(COMMENT, node), None]
143 event = [(COMMENT, s), None]
184 elif e[0][0] == COMMENT:
186 e[0] = (COMMENT, n)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
H A Dtoken.py61 COMMENT = 52 variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtokenize.py15 that it produces COMMENT tokens for comments and gives type OP for all
34 __all__ += ["COMMENT", "tokenize", "generate_tokens", "NL", "untokenize"]
38 COMMENT = N_TOKENS variable
39 tok_name[COMMENT] = 'COMMENT'
335 yield (COMMENT, comment_token,
340 yield ((NL, COMMENT)[line[pos] == '#'], line[pos:],
377 yield (COMMENT, token, spos, epos, line)

Completed in 645 milliseconds

12345678910