Home
last modified time | relevance | path

Searched refs:getClassScope (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dscope.h144 ClassDeclaration *getClassScope();
H A Ddscope.d684 extern (C++) ClassDeclaration getClassScope()
H A Dtypesem.d214 (id == Id._super && sc.getClassScope()))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dscope.h154 ClassDeclaration *getClassScope();
H A Ddscope.c530 ClassDeclaration *Scope::getClassScope() in getClassScope() function