Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h226 void FindLocalTSVariables(binder::Scope *scope, const util::StringView name,
Dtransformer.cpp2344 FindLocalTSVariables(scope, name, types, findRes); in FindFrontIdentifierTSVariables()
2396 void Transformer::FindLocalTSVariables(binder::Scope *scope, const util::StringView name, in FindLocalTSVariables() function in panda::es2panda::parser::Transformer