Searched refs:typeRecorder (Results 1 – 6 of 6) sorted by relevance
162 protected typeRecorder = TypeRecorder.getInstance();174 this.typeRecorder.addType2Index(node, index);178 this.typeRecorder.setVariable2Type(variableNode, index);182 return this.typeRecorder.tryGetTypeIndex(typeNode);308 this.typeRecorder.addUserDefinedTypeSet(instTypeIdx);513 … this.typeRecorder.setClass2InstanceMap(this.shiftedReferredClassIndex, this.shiftedTypeIndex);515 this.typeRecorder.addUserDefinedTypeSet(this.shiftedTypeIndex);709 return this.typeRecorder.hasUnionTypeMapping(unionStr);713 return this.typeRecorder.getFromUnionTypeMap(unionStr);717 return this.typeRecorder.setUnionTypeMap(unionStr, shiftedTypeIndex);[all …]
120 void ArgumentAccessor::FillArgsGateType(const TypeRecorder *typeRecorder) in FillArgsGateType() argument127 auto argType = typeRecorder->GetArgType(argIndex); in FillArgsGateType()
79 void FillArgsGateType(const TypeRecorder *typeRecorder);
335 let typeRecorder = TypeRecorder.getInstance(); variable336 if (typeRecorder != undefined && isFunctionLikeDeclaration(functionNode)) {339 let typeIdx = typeRecorder.tryGetTypeIndex(ts.getOriginalNode(functionNode));346 typeIdx = typeRecorder.tryGetTypeIndex(ts.getOriginalNode(classNode));348 typeIdx = typeRecorder.getClass2InstanceMap(typeIdx);
214 "typescript/extractor/typeRecorder.cpp",
2 …typeRecorder.ts");class k{constructor(e,t,r){this.decl=e,this.scope=t,this.internalName=r}}t.Pendi…