Searched refs:parseDeclarations (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | parse.h | 118 Dsymbols *parseDeclarations(bool autodecl, PrefixAttributes *pAttrs, const utf8_t *comment);
|
H A D | parse.c | 356 a = parseDeclarations(false, pAttrs, pAttrs->comment); in parseDeclDefs() 598 a = parseDeclarations(true, pAttrs, pAttrs->comment); in parseDeclDefs() 3719 Dsymbols *Parser::parseDeclarations(bool autodecl, PrefixAttributes *pAttrs, const utf8_t *comment) in parseDeclarations() function 5075 Dsymbols *a = parseDeclarations(false, NULL, NULL); in parseStatement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | parse.d | 418 a = parseDeclarations(false, pAttrs, pAttrs.comment); 718 a = parseDeclarations(true, pAttrs, pAttrs.comment); 4303 …private AST.Dsymbols* parseDeclarations(bool autodecl, PrefixAttributes!AST* pAttrs, const(char)* … 5792 AST.Dsymbols* a = parseDeclarations(false, null, null);
|