Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclass_hierarchy.cpp795 struct ProcessItemsParams { struct
796 const std::vector<ir::AstNode *> &currentMembers;
797 std::vector<ClassHierarchyItemInfo> &result;
798 std::vector<ir::AstNode *> (*getListFunc)(es2panda_Context *, ir::AstNode *);
799 ClassRelationKind kind;
800 bool swapCompareArgs;
801 void (*compareFunc)(const std::vector<ir::AstNode *> &, const std::vector<ir::AstNode *> &,