Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dclass_hierarchies.h38 struct ClassHierarchyItemInfo { struct
40ClassHierarchyItemInfo(std::string d, ClassRelationKind k, size_t p) : pos(p), kind(k), descriptio… in ClassHierarchyItemInfo() argument
58 std::vector<ClassHierarchyItemInfo> GetClassHierarchiesImpl(es2panda_Context *context, const std::s… argument
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts352 export class ClassHierarchyItemInfo extends LspNode { class