Home
last modified time | relevance | path

Searched defs:classDecl (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
Dtransform.ts341 …const classDecl = factory.createClassDeclaration(/*modifiers*/ undefined, "Foo", /*typeParameters*… constant
380 …const classDecl = factory.createClassDeclaration([], "Foo", /*typeParameters*/ undefined, /*herita… constant
/third_party/typescript/src/testRunner/unittests/services/
DtextChanges.ts329 const classDecl = sourceFile.statements[0] as ClassDeclaration; constant
/third_party/typescript/src/services/
DgoToDefinition.ts36 const classDecl = node.parent.parent; constant
/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js292 var classDecl = <ClassDeclaration>ast; variable
/third_party/typescript/src/compiler/transformers/
DclassFields.ts1212 const classDecl = factory.updateClassDeclaration( constant
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts971 public classDecl: NamedDeclaration = null; property in FuncDecl
/third_party/typescript/src/compiler/
Dchecker.ts43809 const classDecl = tryGetClassImplementingOrExtendingExpressionWithTypeArguments(node); constant
43881 const classDecl = tryGetClassImplementingOrExtendingExpressionWithTypeArguments(node); constant
/third_party/typescript/lib/
DtypingsInstaller.js75240 function classDeclarationExtendsNull(classDecl) { argument
Dtsc.js63117 function classDeclarationExtendsNull(classDecl) { argument