Searched refs:skipAttributes (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | parse.h | 141 bool skipAttributes(Token *t, Token **pt);
|
| H A D | parse.c | 101 if (skipAttributes(&token, &tk) && tk->value == TOKmodule) in parseModule() 592 … if (token.value == TOKidentifier && skipParens(peek(&token), &tk) && skipAttributes(tk, &tk) && in parseDeclDefs() 3785 skipAttributes(peekPastParen(&token), &tk) && in parseDeclarations() 3937 skipAttributes(tk, &tk) && in parseDeclarations() 5651 if (skipAttributes(t, &t) && t->value == TOKclass) in parseStatement() 6241 skipAttributes(t, &t); in isDeclarator() 6580 bool Parser::skipAttributes(Token *t, Token **pt) in skipAttributes() function 7129 if (skipAttributes(tk, &tk) && in parsePrimaryExp()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | parse.d | 205 if (!(skipAttributes(&token, &tk) && tk.value == TOK.module_)) 705 … if (token.value == TOK.identifier && skipParens(peek(&token), &tk) && skipAttributes(tk, &tk) && 4415 skipAttributes(tk, &tk) && 4806 skipAttributes(peekPastParen(&token), &tk) && in parseAliasDeclarations() 4811 skipAttributes(peekPastParen(peek(&token)), &tk) && in parseAliasDeclarations() 6329 if (skipAttributes(t, &t) && t.value == TOK.class_) 7314 skipAttributes(t, &t); 7470 if (skipAttributes(t, &pastAttr)) in isParameters() 7708 private bool skipAttributes(Token* t, Token** pt) in skipAttributes() function 8322 … if (skipAttributes(tk, &tk) && (tk.value == TOK.goesTo || tk.value == TOK.leftCurly)) in parsePrimaryExp() [all …]
|