Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dast.h857 struct TypeDeclaration : Declaration { struct
859 TypeDeclaration(Kind kKind, SourcePosition pos, Identifier* name) in TypeDeclaration() function
870 struct AbstractTypeDeclaration : TypeDeclaration { argument
/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 anonymousFunctionfb68d15d0600.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