Home
last modified time | relevance | path

Searched defs:checkDeprecated (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c763 void Dsymbol::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function
H A Dmtype.c1777 void Type::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function
2605 void TypeNext::checkDeprecated(Loc loc, Scope *sc) in checkDeprecated() function
H A Dexpression.c2342 void Expression::checkDeprecated(Scope *sc, Dsymbol *s) in checkDeprecated() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.d406 final bool checkDeprecated(const ref Loc loc, Scope* sc) in checkDeprecated() function
H A Dmtype.d1047 void checkDeprecated(const ref Loc loc, Scope* sc) in checkDeprecated() function
2801 override final void checkDeprecated(const ref Loc loc, Scope* sc) in checkDeprecated() function
H A Dexpression.d1148 final bool checkDeprecated(Scope* sc, Dsymbol s) in checkDeprecated() function