Home
last modified time | relevance | path

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

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