Home
last modified time | relevance | path

Searched defs:varBinder (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DvarbinderScopes.h28 explicit ProgramScope(varbinder::ETSBinder *varBinder, parser::Program *program) in ProgramScope() argument
75 explicit RecordTableClassScope(varbinder::ETSBinder *varBinder, ir::AstNode *recordClass) : varBinder_(varBinder) in RecordTableClassScope() argument
[all...]
H A DirCheckHelper.cpp24 IrCheckHelper::IrCheckHelper(checker::ETSChecker *checker, varbinder::ETSBinder *varBinder) in IrCheckHelper() argument
H A Dhelpers.h131 void DoScopedAction(checker::ETSChecker *checker, varbinder::ETSBinder *varBinder, parser::Program *program, in DoScopedAction() argument
[all...]
H A Dhelpers.cpp276 SafeStateScope::SafeStateScope(checker::ETSChecker *checker, varbinder::ETSBinder *varBinder) in SafeStateScope() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/
H A Dutil.cpp108 void Recheck(varbinder::ETSBinder *varBinder, checker::ETSChecker *checker, ir::AstNode *node) in Recheck() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DboxingForLocals.cpp121 auto *varBinder = checker->VarBinder(); in HandleFunctionParam() local
176 auto *varBinder = checker->VarBinder(); in HandleVariableDeclarator() local
277 auto *varBinder = ctx->checker->VarBinder()->AsETSBinder(); in HandleAssignment() local
H A DgenericBridgesLowering.cpp94 auto *varBinder = context_->checker->VarBinder()->AsETSBinder(); in AddGenericBridge() local
H A DlocalClassLowering.cpp33 auto *varBinder = checker->VarBinder(); in CreateCapturedField() local
H A DlambdaLowering.cpp158 auto varBinder = ctx->checker->VarBinder(); in CreateLambdaCalleeParameters() local
251 auto *varBinder = ctx->checker->VarBinder()->AsETSBinder(); in SetUpCalleeMethod() local
330 auto *varBinder = ctx->checker->VarBinder()->AsETSBinder(); CreateCalleeMethod() local
753 auto *varBinder = ctx->checker->VarBinder()->AsETSBinder(); CreateLambdaClass() local
814 auto *varBinder = ctx->checker->VarBinder()->AsETSBinder(); CreateConstructorCall() local
928 auto *varBinder = ctx->checker->VarBinder()->AsETSBinder(); CreateWrappingLambda() local
1064 auto *varBinder = checker->VarBinder()->AsETSBinder(); InsertInvokeCall() local
1149 auto *varBinder = ctx->checker->VarBinder()->AsETSBinder(); CallPerformForExtSources() local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DdebugInfoDeserializer.cpp96 auto *varBinder = debugInfoPlugin_.GetETSBinder(); in CreateClassDeclaration() local
217 auto *varBinder = debugInfoPlugin_.GetETSBinder(); in CreateLocalVarDecl() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.h316 RecordTableContext(ETSBinder *varBinder, parser::Program *extProgram) in RecordTableContext() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp22 varbinder::LexicalScope<T> LexicalScopeCreateOrEnter(varbinder::VarBinder *varBinder, ir::AstNode *ast) in LexicalScopeCreateOrEnter() argument
31 T *AddOrGetDecl(varbinder::VarBinder *varBinder, util::StringView name, ir::AstNode *ast, in AddOrGetDecl() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp1873 auto *varBinder = checker->VarBinder(); in CreateFuncDecl() local

Completed in 13 milliseconds