Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dapi.h226 struct LspClassPropertyInfo { struct
228 LspClassPropertyInfo(FieldsInfo f) : fieldsInfo(std::move(f)) {} in LspClassPropertyInfo() function
/arkcompiler/ets_frontend/ets2panda/bindings/src/
DlspNode.ts294 export class LspClassPropertyInfo extends LspNode { class