Searched refs:isThisDeclaration (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.h250 virtual ThisDeclaration *isThisDeclaration() { return NULL; } function in class:Dsymbol
H A Ddeclaration.h479 ThisDeclaration *isThisDeclaration() { return this; } function in class:ThisDeclaration
H A Ddclass.c869 if (!vd->isThisDeclaration() &&
H A Ddeclaration.c1241 if (!isThisDeclaration() && !_init)
H A Dmtype.c6918 if (!v->isThisDeclaration())
8482 if (v->isThisDeclaration())
H A Dfunc.c1791 if (v->isThisDeclaration())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h272 virtual ThisDeclaration *isThisDeclaration() { return NULL; } function in class:Dsymbol
H A Ddeclaration.h471 ThisDeclaration *isThisDeclaration() { return this; } function in class:ThisDeclaration
H A Dtraits.d1618 else if (decl.isThisDeclaration())
H A Dsemantic3.d683 if (v.isThisDeclaration())
H A Ddsymbol.d1333 inout(ThisDeclaration) isThisDeclaration() inout { return null; }
H A Ddeclaration.d2394 override inout(ThisDeclaration) isThisDeclaration() inout
H A Dtypesem.d322 if (!v.isThisDeclaration())
4200 if (v.isThisDeclaration())
H A Ddtoh.d1700 if (auto td = s.isThisDeclaration())
H A Ddsymbolsem.d746 if (!dsym.isThisDeclaration() && !dsym._init)
5335 if (!vd.isThisDeclaration() &&
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc167 if (decl->isThisDeclaration ())
H A Ddecl.cc1513 if (vd->parent != fd && vd->isThisDeclaration ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc169 if (decl->isThisDeclaration ())
H A Ddecl.cc1700 if (vd->parent != fd && vd->isThisDeclaration ())

Completed in 207 milliseconds