Searched refs:TypeInfoTupleDeclaration (Results 1 – 14 of 14) sorted by relevance
131 return TypeInfoTupleDeclaration.create(t); in getTypeInfoDeclaration()
417 class TypeInfoTupleDeclaration : public TypeInfoDeclaration420 static TypeInfoTupleDeclaration *create(Type *tinfo);
58 …void visit(ASTCodegen.TypeInfoTupleDeclaration s) { visit(cast(ASTCodegen.TypeInfoDeclaration)s); }
2230 extern (C++) final class TypeInfoTupleDeclaration : TypeInfoDeclaration2242 static TypeInfoTupleDeclaration create(Type tinfo) in create()2244 return new TypeInfoTupleDeclaration(tinfo); in create()
155 class TypeInfoTupleDeclaration; variable621 virtual void visit(TypeInfoTupleDeclaration *s) { visit((TypeInfoDeclaration *)s); } in visit()
418 class TypeInfoTupleDeclaration : public TypeInfoDeclaration421 TypeInfoTupleDeclaration(Type *tinfo);422 static TypeInfoTupleDeclaration *create(Type *tinfo);
2530 TypeInfoTupleDeclaration::TypeInfoTupleDeclaration(Type *tinfo) in TypeInfoTupleDeclaration() function2540 TypeInfoTupleDeclaration *TypeInfoTupleDeclaration::create(Type *tinfo) in create()2542 return new TypeInfoTupleDeclaration(tinfo); in create()
149 class TypeInfoTupleDeclaration; variable443 virtual void visit(TypeInfoTupleDeclaration *s) { visit((TypeInfoDeclaration *)s); } in visit()
1123 void visit (TypeInfoTupleDeclaration *d) in visit()1681 t->vtinfo = TypeInfoTupleDeclaration::create (t); in create_typeinfo()
503 (TypeInfoTupleDeclaration::toDt): Likewise.
985 (TypeInfoVisitor::visit (TypeInfoTupleDeclaration *)): Likewise.
53 (TypeInfoVisitor::visit(TypeInfoTupleDeclaration)): Mark internal
302 * typeinfo.cc (TypeInfoVisitor::visit(TypeInfoTupleDeclaration)): Send
1130 void visit (TypeInfoTupleDeclaration *d) in visit()1644 t->vtinfo = TypeInfoTupleDeclaration::create (t); in create_typeinfo()