Home
last modified time | relevance | path

Searched defs:ScopeExp (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dlambdacomp.d486 override void visit(ScopeExp) { buf.setsize(0); } in visit() argument
H A Dvisitor.h203 class ScopeExp; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dvisitor.h195 class ScopeExp; variable
H A Dexpression.c4199 ScopeExp::ScopeExp(Loc loc, ScopeDsymbol *sds) in ScopeExp() function