Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dapi.h493 typedef struct LSPAPI { struct
494 DefinitionInfo (*getDefinitionAtPosition)(es2panda_Context *context, size_t position);
495 …or<ark::es2panda::lsp::ApplicableRefactorInfo> (*getApplicableRefactors)(es2panda_Context *context,
498 DefinitionInfo (*getImplementationAtPosition)(es2panda_Context *context, size_t position);
499 bool (*isPackageModule)(es2panda_Context *context);
500 …:lsp::CompletionEntryKind (*getAliasScriptElementKind)(es2panda_Context *context, size_t position);
501 …rences (*getFileReferences)(char const *fileName, es2panda_Context *context, bool isPackageModule);
502 DeclInfo (*getDeclInfo)(es2panda_Context *context, size_t position);
503 …r<ark::es2panda::lsp::ClassHierarchyItemInfo> (*getClassHierarchiesImpl)(es2panda_Context *context,
506 bool (*getSafeDeleteInfo)(es2panda_Context *context, size_t position);
[all …]