Home
last modified time | relevance | path

Searched refs:autodecl (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.c3719 Dsymbols *Parser::parseDeclarations(bool autodecl, PrefixAttributes *pAttrs, const utf8_t *comment) in parseDeclarations() argument
3738 if (autodecl) in parseDeclarations()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d4303 …private AST.Dsymbols* parseDeclarations(bool autodecl, PrefixAttributes!AST* pAttrs, const(char)* …
4336 if (!autodecl)