Searched defs:lastDecl (Results 1 – 3 of 3) sorted by relevance
162 AST.Dsymbol lastDecl = mod; in parseModuleContent() local294 AST.Dsymbol lastDecl = null; // used to link unittest to its previous declaration variable
245 Dsymbol *lastDecl = NULL; // used to link unittest to its previous declaration in parseDeclDefs() local
5025 bool lastDecl) { in RewriteByRefVar()