Searched refs:structMapInEts (Results 1 – 1 of 1) sorted by relevance
75 const structMapInEts: Map<string, StructInfo> = new Map(); constant78 let structInfo: StructInfo = structMapInEts.get(key);82 structMapInEts.set(key, structInfo);93 if (node.expression && structMapInEts.has(node.expression.getText())) {94 aliasStructInfo = structMapInEts.get(node.expression.getText());525 structMapInEts.clear();