Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dcompletions.cpp726 auto GetDeclByScopePath(ArenaVector<varbinder::Scope *> &scopePath, size_t position, ArenaAllocator… in GetDeclByScopePath()
762 auto scopePath = BuildScopePath(compiler::NearestScope(precedingToken), allocator); in GetGlobalCompletions() local
786 ArenaVector<varbinder::Scope *> scopePath(allocator->Adapter()); in BuildScopePath() local