Home
last modified time | relevance | path

Searched defs:methodIdent (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp132 auto methodIdent = ctx->AllocNode<ir::Identifier>(name, ctx->Allocator()); in GenerateGetterOrSetter() local
DunionLowering.cpp93 auto *methodIdent = ctx->AllocNode<ir::Identifier>(methodName, allocator); in CreateNamedAccessMethod() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp2036 const auto methodIdent = GetKeyIdent(methodDef->Key()); in ShouldSkipMethodDeclaration() local
2084 const auto methodIdent = GetKeyIdent(methodDef->Key()); in GenMethodDeclaration() local
2100 …enMethodDeclarationPrefix(const ir::MethodDefinition *methodDef, const ir::Identifier *methodIdent, in GenMethodDeclarationPrefix()
2142 …clGen::GenMethodSignature(const ir::MethodDefinition *methodDef, const ir::Identifier *methodIdent, in GenMethodSignature()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2853 … auto *methodIdent = property->Key()->AsIdentifier()->Clone(checker->ProgramAllocator(), nullptr); in GenerateDefaultGetterSetter() local