OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ismixin
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
template.h
67
bool
ismixin
; // template declaration is only to be used as a mixin
member in class:TemplateDeclaration
dtemplate.d
564
bool
ismixin
; // this is a mixin template declaration
579
extern (D) this(const ref Loc loc, Identifier ident, TemplateParameters* parameters, Expression constraint, Dsymbols* decldefs, bool
ismixin
= false, bool literal = false)
605
this.
ismixin
=
ismixin
;
667
return new TemplateDeclaration(loc, ident, p, constraint ? constraint.syntaxCopy() : null, Dsymbol.arraySyntaxCopy(members),
ismixin
, literal);
parse.d
1429
private AST.TemplateDeclaration parseTemplateDeclaration(bool
ismixin
= false)
1459
tempdecl = new AST.TemplateDeclaration(loc, id, tpl, constraint, decldefs,
ismixin
);
dsymbolsem.d
5805
if (tempdecl.
ismixin
)
Completed in 67 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026