Home
last modified time | relevance | path

Searched defs:thisExpr (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DdefaultParameterLowering.cpp177 auto *thisExpr = checker->AllocNode<ir::ThisExpression>(); in CreateFunctionBody() local
H A DlocalClassLowering.cpp69 auto *thisExpr = allocator->New<ir::ThisExpression>(); in CreateCtorFieldInit() local
H A DenumLowering.cpp305 auto *thisExpr = Allocator()->New<ir::ThisExpression>(); in CreateCtorForEnumClass() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp278 auto thisExpr = ThisExpressionBuilder(Allocator()).Build(); in TEST_F() local
336 auto thisExpr = ThisExpressionBuilder(Allocator()).Build(); in TEST_F() local

Completed in 5 milliseconds