Searched defs:COMMENT (Results 1 – 15 of 15) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | CommentVisitor.h | 35 #define ABSTRACT_COMMENT(COMMENT) in visit() argument 36 #define COMMENT(CLASS, PARENT) \ in visit() macro 46 #define ABSTRACT_COMMENT(COMMENT) COMMENT argument 47 #define COMMENT(CLASS, PARENT) \ macro
|
H A D | Comment.h | 188 #define COMMENT(CLASS, PARENT) CLASS##Kind, macro 193 #define ABSTRACT_COMMENT(COMMENT) argument
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Comment.cpp | 25 #define ABSTRACT_COMMENT(COMMENT) in getCommentKindName() argument 26 #define COMMENT(CLASS, PARENT) \ in getCommentKindName() macro 56 #define ABSTRACT_COMMENT(COMMENT) in CheckCommentASTNodes() argument 57 #define COMMENT(CLASS, PARENT) \ in CheckCommentASTNodes() macro 72 #define ABSTRACT_COMMENT(COMMENT) in child_begin() argument 73 #define COMMENT(CLASS, PARENT) \ in child_begin() macro 86 #define ABSTRACT_COMMENT(COMMENT) in child_end() argument 87 #define COMMENT(CLASS, PARENT) \ in child_end() macro
|
/minix3/usr.bin/mkcsmapper/ |
H A D | lex.l | 64 "/*" { BEGIN COMMENT; } variable
|
/minix3/usr.bin/mkesdb/ |
H A D | lex.l | 63 "/*" { BEGIN COMMENT; } variable
|
/minix3/usr.bin/msgc/ |
H A D | msgscan.l | 74 "/*" { level = 1; BEGIN COMMENT; } variable
|
/minix3/usr.bin/menuc/ |
H A D | scan.l | 139 "/*" { level = 1; comstart = line_no; BEGIN COMMENT; } variable
|
/minix3/external/bsd/byacc/dist/package/pkgsrc/ |
H A D | Makefile | 12 COMMENT= Berkeley Yacc macro
|
/minix3/sys/lib/libsa/ |
H A D | cread.c | 67 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
|
/minix3/common/dist/zlib/ |
H A D | inflate.h | 30 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
|
H A D | gzio.c | 55 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
|
/minix3/usr.bin/sed/ |
H A D | defs.h | 118 COMMENT, /* # */ enumerator
|
/minix3/usr.bin/gzip/ |
H A D | gzip.c | 127 #define COMMENT 0x10 macro
|
/minix3/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | zlib.c | 117 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
|
/minix3/external/bsd/flex/dist/ |
H A D | initscan.c | 1987 #define COMMENT 14 macro
|