Searched refs:pscopesym (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddscope.c375 static Dsymbol *searchScopes(Scope *scope, Loc loc, Identifier *ident, Dsymbol **pscopesym, int flags) argument
395 if (pscopesym)
396 *pscopesym = sc->scopesym;
413 * pscopesym = if supplied and name is found, set to scope that ident was found in
419 Dsymbol *Scope::search(Loc loc, Identifier *ident, Dsymbol **pscopesym, int flags) argument
437 if (pscopesym)
438 *pscopesym = sc->scopesym;
451 sold = searchScopes(this, loc, ident, pscopesym, flags | IgnoreSymbolVisibility);
462 Dsymbol *s = searchScopes(this, loc, ident, pscopesym, flags | SearchLocalsOnly);
466 s = searchScopes(this, loc, ident, pscopesym, flag
[all...]
H A Dscope.h148 Dsymbol *search(Loc loc, Identifier *ident, Dsymbol **pscopesym, int flags = IgnoreNone);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddscope.d335 * pscopesym = if supplied and name is found, set to scope that ident was found in
341 extern (C++) Dsymbol search(const ref Loc loc, Identifier ident, Dsymbol* pscopesym, int flags = IgnoreNone)
377 if (pscopesym)
378 *pscopesym = sc.scopesym;
483 if (pscopesym)
484 *pscopesym = sc.scopesym;
496 if (pscopesym)
497 *pscopesym = new ExpressionDsymbol(exp);
H A Dscope.h142 Dsymbol *search(const Loc &loc, Identifier *ident, Dsymbol **pscopesym, int flags = IgnoreNone);

Completed in 107 milliseconds