Home
last modified time | relevance | path

Searched defs:isAggregateDeclaration (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.h146 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration() function
H A Ddsymbol.h277 virtual AggregateDeclaration *isAggregateDeclaration() { return NULL; } in isAggregateDeclaration() function
H A Ddsymbol.d1338 inout(AggregateDeclaration) isAggregateDeclaration() inout { return null; } in isAggregateDeclaration() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h162 AggregateDeclaration *isAggregateDeclaration() { return this; } in isAggregateDeclaration() function
H A Ddsymbol.h254 virtual AggregateDeclaration *isAggregateDeclaration() { return NULL; } in isAggregateDeclaration() function