Home
last modified time | relevance | path

Searched defs:identifier (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
De2p_test_plugin_ets_benchmark_with_checker_func_test.cpp46 es2panda_AstNode *identifier = impl->ScriptFunctionId(globalContext, func); in FindExampleFunc() local
102 es2panda_AstNode *identifier = impl->ClassDefinitionIdent(globalContext, definition); in FindClass() local
De2p_test_plugin_ets_benchmark_test.cpp81 es2panda_AstNode *identifier = impl->ClassDefinitionIdent(globalContext, definition); in FindClass() local
Dplugin_proceed_to_state_update_statements.cpp69 auto *identifier = impl->CreateIdentifier1(context, className); in createClassDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DSymbolCache.ts94 const identifier = node as ts.Identifier; constant
/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp267 void CheckerContext::CheckIdentifierSmartCastCondition(ir::Identifier const *const identifier) noex… in CheckIdentifierSmartCastCondition()
344 … ir::Expression *const expression) -> void { in CheckSmartCastEqualityCondition()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp54 explicit MockTask(size_t identifier = 0) : identifier_(identifier) {} in MockTask()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp41 const ir::Identifier *identifier; in IsAnonClassOrFuncExpr() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp1057 std::vector<Variable *> Binder::FindIdentifierTSVariables(const ir::Identifier *identifier, Scope *… in FindIdentifierTSVariables()
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp1511 const util::StringView &identifier = expr->AsIdentifier()->Name(); in ValidateArrowParameter() local
DASparser.cpp200 const util::StringView &identifier = expr->AsIdentifier()->Name(); in ValidateArrowExprIdentifier() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp301 const util::StringView &identifier = expr->AsIdentifier()->Name(); in ValidateArrowParameter() local
DparserImpl.cpp4284 const util::StringView &identifier = node->AsIdentifier()->Name(); in ValidateArrowParameterBindings() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp52 varbinder::Variable *ETSChecker::FindVariableInGlobal(const ir::Identifier *const identifier, in FindVariableInGlobal()
Dfunction.cpp329 bool ETSChecker::ValidateArgumentAsIdentifier(const ir::Identifier *identifier) in ValidateArgumentAsIdentifier()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1976 void Transformer::AddExportLocalEntryItem(util::StringView name, const ir::Identifier *identifier) in AddExportLocalEntryItem()