Lines Matching refs:name
59 const apiName = propertySignature.name.getText();
74 const apiName = methodDeclaration.name.getText();
81 const apiName = typeAliasDeclaration.name.getText();
88 const apiName = callSignature.name ? callSignature.name.getText() : className;
103 const apiName = methodSignature.name.getText();
116 const className = interfaceDec.name.getText();
137 const apiName = property.name.getText();
164 const className = classDec.name ? classDec.name.text : '';
185 const apiName = enumMember.name.getText();
198 const className = enumNode.name.getText();
219 const apiName = fun.name ? fun.name.getText() : '';
231 const className = module.name.getText();