Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dcompletions.cpp182 static const std::unordered_set<std::string> IGNORED_NAMES = {"constructor", "_$init$_", in IsIgnoredName() local
524 static const std::unordered_set<util::StringView> IGNORED_NAMES = {"ETSGLOBAL"}; in IsDeclarationNameDefined() local