Home
last modified time | relevance | path

Searched refs:getNodeKind (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/
DnavigateTo.ts125 kind: getNodeKind(declaration),
133 containerKind: containerName ? getNodeKind(container) : ScriptElementKind.unknown,
DnavigationBar.ts826 kind: getNodeKind(n.node),
837 kind: getNodeKind(n.node),
849 kind: getNodeKind(n.node),
DcallHierarchy.ts301 const kind = getNodeKind(node);
Dutilities.ts375 export function getNodeKind(node: Node): ScriptElementKind { function
439 const rightKind = getNodeKind(right);
458 const scriptKind = getNodeKind((node as ExportAssignment).expression);
DfindAllReferences.ts518 return { kind: getNodeKind(node), displayParts: [] };
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp356 NodeKind Input::getNodeKind() { in getNodeKind() function in Input
830 NodeKind Output::getNodeKind() { report_fatal_error("invalid call"); } in getNodeKind() function in Output
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DYAMLTraits.h1580 NodeKind getNodeKind() override;