Home
last modified time | relevance | path

Searched defs:identName (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DexpandBrackets.cpp63 auto const identName = GenName(checker->Allocator()); in ProcessNewArrayInstanceExpression() local
110 auto const identName = GenName(checker->Allocator()); in ProcessNewMultiDimArrayInstanceExpression() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp254 const auto &identName = ident->Name(); in FindClass() local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DdebugInfoDeserializer.cpp87 ir::ClassDeclaration *DebugInfoDeserializer::CreateClassDeclaration(util::StringView identName, in CreateClassDeclaration() argument
118 const auto &identName = ident->Name(); in CreateIrLocalVariable() local
218 auto identName = ident->Name().Utf8(); in CreateLocalVarDecl() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2614 auto identName = token.Ident(); in ParsePrivateIdentifier() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp2257 util::StringView identName = expr->AsIdentifier()->Name(); in IsStringInitForEnumMember() local
2612 auto identName = node->Name(); in CreateMemberExpressionFromIdentifier() local

Completed in 11 milliseconds