Home
last modified time | relevance | path

Searched defs:nameNode (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DnavigationBar.ts299 const nameNode = (node as FunctionLikeDeclaration).name; constant
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DUtils.ts214 const nameNode: Node | undefined = (nodeOrComment as NamedDeclaration).name; constant