Searched refs:tupletype (Results 1 – 4 of 4) sorted by relevance
567 TypeTuple tupletype; // !=null if this is a type tuple variable593 if (!tupletype) in getType()634 tupletype = new TypeTuple(args); in getType()636 return tupletype.typeSemantic(Loc.initial, null); in getType()638 return tupletype; in getType()
170 TypeTuple *tupletype; // !=NULL if this is a type tuple variable
180 this->tupletype = NULL; in TupleDeclaration()202 if (!tupletype) in getType()233 tupletype = new TypeTuple(args); in getType()235 return tupletype->semantic(Loc(), NULL); in getType()238 return tupletype; in getType()
176 TypeTuple *tupletype; // !=NULL if this is a type tuple variable