Home
last modified time | relevance | path

Searched defs:TypeDeclaration (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js30 function getBases(type: Type, typeDecl: TypeDeclaration) {
DparserRealSource11.js3566 var TypeDeclaration = /** @class */ (function (_super) { class
3568 function TypeDeclaration(nodeType, name, extendsList, implementsList, members) { class in anonymousFunction6fc5d51d0600.TypeDeclaration
3575 TypeDeclaration.prototype.isExported = function () { class
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts1236 export class TypeDeclaration extends NamedDeclaration { class
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py1072 class TypeDeclaration(Declaration): class