Searched refs:linkLoc (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | parse.d | 41 Loc linkLoc; variable 783 const linkLoc = token.loc; variable 806 this.linkLoc = linkLoc; 820 s = new AST.Nspace(linkLoc, id, null, a); 836 s = new AST.CPPNamespaceDeclaration(linkLoc, exp, a); 843 s = new AST.CPPMangleDeclaration(linkLoc, res.cppmangle, a); 847 s = new AST.LinkDeclaration(linkLoc, pAttrs.link, a); 4307 Loc linkloc = this.linkLoc; 4702 Loc linkloc = this.linkLoc; in parseAliasDeclarations() 4768 linkloc = this.linkLoc; in parseAliasDeclarations()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | parse.c | 679 Loc linkLoc = token.loc; in parseDeclDefs() local 716 s = new Nspace(linkLoc, id, a, cppMangleOnly); in parseDeclDefs()
|