Searched refs:TypeInfoDelegateDeclaration (Results 1 – 10 of 10) sorted by relevance
129 return TypeInfoDelegateDeclaration.create(t); in getTypeInfoDeclaration()
409 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration412 static TypeInfoDelegateDeclaration *create(Type *tinfo);
57 …void visit(ASTCodegen.TypeInfoDelegateDeclaration s) { visit(cast(ASTCodegen.TypeInfoDeclaration)s…
2205 extern (C++) final class TypeInfoDelegateDeclaration : TypeInfoDeclaration2217 static TypeInfoDelegateDeclaration create(Type tinfo) in create()2219 return new TypeInfoDelegateDeclaration(tinfo); in create()
154 class TypeInfoDelegateDeclaration; variable620 virtual void visit(TypeInfoDelegateDeclaration *s) { visit((TypeInfoDeclaration *)s); } in visit()
409 class TypeInfoDelegateDeclaration : public TypeInfoDeclaration412 TypeInfoDelegateDeclaration(Type *tinfo);413 static TypeInfoDelegateDeclaration *create(Type *tinfo);
2513 TypeInfoDelegateDeclaration::TypeInfoDelegateDeclaration(Type *tinfo) in TypeInfoDelegateDeclaration() function2523 TypeInfoDelegateDeclaration *TypeInfoDelegateDeclaration::create(Type *tinfo) in create()2525 return new TypeInfoDelegateDeclaration(tinfo); in create()
148 class TypeInfoDelegateDeclaration; variable442 virtual void visit(TypeInfoDelegateDeclaration *s) { visit((TypeInfoDeclaration *)s); } in visit()
783 void visit (TypeInfoDelegateDeclaration *d) in visit()1664 t->vtinfo = TypeInfoDelegateDeclaration::create (t); in create_typeinfo()
769 void visit (TypeInfoDelegateDeclaration *d) in visit()1627 t->vtinfo = TypeInfoDelegateDeclaration::create (t); in create_typeinfo()