Searched defs:TypeDeclaration (Results 1 – 5 of 5) sorted by relevance
857 struct TypeDeclaration : Declaration { struct859 TypeDeclaration(Kind kKind, SourcePosition pos, Identifier* name) in TypeDeclaration() function870 struct AbstractTypeDeclaration : TypeDeclaration { argument
30 function getBases(type: Type, typeDecl: TypeDeclaration) {
3566 var TypeDeclaration = /** @class */ (function (_super) { class3568 function TypeDeclaration(nodeType, name, extendsList, implementsList, members) { class in anonymousFunctionfb68d15d0600.TypeDeclaration3575 TypeDeclaration.prototype.isExported = function () { class
1236 export class TypeDeclaration extends NamedDeclaration { class
1072 class TypeDeclaration(Declaration): class