Lines Matching full:varbinder
22 #include "varbinder/ETSBinder.h"
23 #include "varbinder/scope.h"
58 scope = checker->VarBinder()->VarScope() != nullptr ? checker->VarBinder()->VarScope() in ProcessNewArrayInstanceExpression()
59 : checker->VarBinder()->TopScope(); in ProcessNewArrayInstanceExpression()
61 …auto expressionCtx = varbinder::LexicalScope<varbinder::Scope>::Enter(checker->VarBinder(), scope); in ProcessNewArrayInstanceExpression()
75 InitScopesPhaseETS::RunExternalNode(blockExpression, checker->VarBinder()); in ProcessNewArrayInstanceExpression()
76 …checker->VarBinder()->AsETSBinder()->ResolveReferencesForScope(blockExpression, NearestScope(block… in ProcessNewArrayInstanceExpression()
90 scope = checker->VarBinder()->VarScope() != nullptr ? checker->VarBinder()->VarScope() in ProcessNewMultiDimArrayInstanceExpression()
91 : checker->VarBinder()->TopScope(); in ProcessNewMultiDimArrayInstanceExpression()
93 …auto expressionCtx = varbinder::LexicalScope<varbinder::Scope>::Enter(checker->VarBinder(), scope); in ProcessNewMultiDimArrayInstanceExpression()
146 InitScopesPhaseETS::RunExternalNode(blockExpression, checker->VarBinder()); in CreateNewMultiDimArrayInstanceExpression()
147 …checker->VarBinder()->AsETSBinder()->ResolveReferencesForScope(blockExpression, NearestScope(block… in CreateNewMultiDimArrayInstanceExpression()