Home
last modified time | relevance | path

Searched refs:parseDeclarations (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.h118 Dsymbols *parseDeclarations(bool autodecl, PrefixAttributes *pAttrs, const utf8_t *comment);
H A Dparse.c356 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 Dparse.d418 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);