Searched refs:lastDecl (Results 1 – 3 of 3) sorted by relevance
389 void RewriteByRefVar(VarDecl *VD, bool firstDecl, bool lastDecl);5025 bool lastDecl) { in RewriteByRefVar() argument5159 const char separator = lastDecl ? ';' : ','; in RewriteByRefVar()5167 InsertText(separatorLoc, lastDecl ? "}" : "};\n"); in RewriteByRefVar()
162 AST.Dsymbol lastDecl = mod; in parseModuleContent() local163 AST.Dsymbols* decldefs = parseDeclDefs(0, &lastDecl); in parseModuleContent()294 AST.Dsymbol lastDecl = null; // used to link unittest to its previous declaration variable296 pLastDecl = &lastDecl;
245 Dsymbol *lastDecl = NULL; // used to link unittest to its previous declaration in parseDeclDefs() local247 pLastDecl = &lastDecl; in parseDeclDefs()