OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ForwardingScopeDsymbol
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dsymbol.h
60
class
ForwardingScopeDsymbol
;
300
virtual
ForwardingScopeDsymbol
*isForwardingScopeDsymbol() { return NULL; }
391
class
ForwardingScopeDsymbol
: public ScopeDsymbol
401
ForwardingScopeDsymbol
*isForwardingScopeDsymbol() { return this; }
attrib.h
215
ForwardingScopeDsymbol
*sym;
attrib.d
1273
*
ForwardingScopeDsymbol
as the parent symbol for the generated
1279
ForwardingScopeDsymbol
sym = null;
1284
sym = new
ForwardingScopeDsymbol
(null);
1289
* Use the
ForwardingScopeDsymbol
as the parent symbol for members.
statement.h
268
ForwardingScopeDsymbol
*sym;
dsymbol.d
1361
inout(
ForwardingScopeDsymbol
) isForwardingScopeDsymbol() inout { return null; }
2158
extern (C++) final class
ForwardingScopeDsymbol
: ScopeDsymbol
2233
override inout(
ForwardingScopeDsymbol
) isForwardingScopeDsymbol() inout nothrow
statement.d
750
ForwardingScopeDsymbol
sym = null;
754
extern (D) this(const ref Loc loc,
ForwardingScopeDsymbol
sym, Statement statement)
764
auto sym = new
ForwardingScopeDsymbol
(null);
Completed in 27 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026