Searched refs:explicitProtection (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | attrib.c | 79 int explicitProtection, AlignDeclaration *aligndecl, PINLINE inlining) in createNewScope() argument 86 explicitProtection != sc->explicitProtection || in createNewScope() 96 sc2->explicitProtection = explicitProtection; in createNewScope() 431 sc->protection, sc->explicitProtection, sc->aligndecl, in newScope() 536 sc->protection, sc->explicitProtection, sc->aligndecl, in newScope() 563 sc->protection, sc->explicitProtection, sc->aligndecl, in newScope() 681 sc->protection, sc->explicitProtection, this, in newScope() 913 sc->protection, sc->explicitProtection, sc->aligndecl, in newScope()
|
H A D | dimport.c | 187 if (sc->explicitProtection) in importAll() 227 if (sc->explicitProtection) in semantic() 233 if (sc->explicitProtection) in semantic()
|
H A D | scope.h | 112 int explicitProtection; // set if in an explicit protection attribute member
|
H A D | attrib.h | 35 int explicitProtection, AlignDeclaration *aligndecl, PINLINE inlining);
|
H A D | dscope.c | 86 this->explicitProtection = 0; in Scope()
|
H A D | dstruct.c | 232 sc2->explicitProtection = 0; in newScope()
|
H A D | func.c | 1470 sc2->explicitProtection = 0; in semantic3()
|