Home
last modified time | relevance | path

Searched refs:TypedVars (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.cpp117 if (context->IsTypeExtractorEnabled() && pg->TypedVars().count(local) == 0U) { in ExpandStoreNormalVar()
121 pg->TypedVars().emplace(local); in ExpandStoreNormalVar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h160 ArenaUnorderedSet<const binder::LocalVariable *> &TypedVars() in TypedVars() function
165 const ArenaUnorderedSet<const binder::LocalVariable *> &TypedVars() const in TypedVars() function