Searched refs:getOrCreateRecordForDeclNode (Results 1 – 2 of 2) sorted by relevance
185 … protected getOrCreateRecordForDeclNode(typeNode: ts.Node, variableNode?: ts.Node): PrimitiveType { method in BaseType186 return this.typeChecker.getOrCreateRecordForDeclNode(typeNode, variableNode);334 … let heritageTypeIndex = this.getOrCreateRecordForDeclNode(heritageIdentifier, heritageIdentifier);846 … let heritageTypeIndex = this.getOrCreateRecordForDeclNode(heritageIdentifier, heritageIdentifier);
319 …public getOrCreateRecordForDeclNode(initializer: ts.Node | undefined, variableNode?: ts.Node): Pri… method in TypeChecker363 typeIndex = this.getOrCreateRecordForDeclNode(initializer, variableNode);