Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dapi.h54 typedef struct DefinitionInfo { struct
56 DefinitionInfo(std::string f, size_t s, size_t l) : fileName(f), start(s), length(l) {} in DefinitionInfo() argument
60 } DefinitionInfo; typedef