Searched refs:pLastDecl (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dparse.h74 Dsymbols *parseDeclDefs(int once, Dsymbol **pLastDecl = NULL, PrefixAttributes *pAttrs = NULL);
76 Dsymbols *parseBlock(Dsymbol **pLastDecl, PrefixAttributes *pAttrs = NULL);
124 Dsymbol *parseForeachStaticDecl(Loc loc, Dsymbol **pLastDecl);
H A Dparse.c243 Dsymbols *Parser::parseDeclDefs(int once, Dsymbol **pLastDecl, PrefixAttributes *pAttrs) argument
246 if (!pLastDecl)
247 pLastDecl = &lastDecl;
297 // keep pLastDecl
358 *pLastDecl = (*a)[a->dim-1];
394 if (*pLastDecl)
395 (*pLastDecl)->ddocUnittest = (UnitTestDeclaration *)s;
466 athen = parseBlock(pLastDecl);
471 athen = parseBlock(pLastDecl);
479 aelse = parseBlock(pLastDecl);
1157 parseBlock(Dsymbol **pLastDecl, PrefixAttributes *pAttrs) argument
4847 parseForeachStaticDecl(Loc loc, Dsymbol **pLastDecl) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dparse.d292 AST.Dsymbols* parseDeclDefs(int once, AST.Dsymbol* pLastDecl = null, PrefixAttributes!AST* pAttrs = null)
295 if (!pLastDecl)
296 pLastDecl = &lastDecl;
346 // keep pLastDecl
420 *pLastDecl = (*a)[a.dim - 1];
486 if (*pLastDecl)
487 (*pLastDecl).ddocUnittest = cast(AST.UnitTestDeclaration)s;
555 athen = parseBlock(pLastDecl);
560 athen = parseBlock(pLastDecl);
568 aelse = parseBlock(pLastDecl);
[all...]

Completed in 126 milliseconds