Searched defs:methodIdent (Results 1 – 4 of 4) sorted by relevance
132 auto methodIdent = ctx->AllocNode<ir::Identifier>(name, ctx->Allocator()); in GenerateGetterOrSetter() local
93 auto *methodIdent = ctx->AllocNode<ir::Identifier>(methodName, allocator); in CreateNamedAccessMethod() local
2036 const auto methodIdent = GetKeyIdent(methodDef->Key()); in ShouldSkipMethodDeclaration() local2084 const auto methodIdent = GetKeyIdent(methodDef->Key()); in GenMethodDeclaration() local2100 …enMethodDeclarationPrefix(const ir::MethodDefinition *methodDef, const ir::Identifier *methodIdent, in GenMethodDeclarationPrefix()2142 …clGen::GenMethodSignature(const ir::MethodDefinition *methodDef, const ir::Identifier *methodIdent, in GenMethodSignature()
2853 … auto *methodIdent = property->Key()->AsIdentifier()->Clone(checker->ProgramAllocator(), nullptr); in GenerateDefaultGetterSetter() local