Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DSymbolCache.ts94 const identifier = node as ts.Identifier; constant
/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp259 void CheckerContext::CheckIdentifierSmartCastCondition(ir::Identifier const *const identifier) noex… in CheckIdentifierSmartCastCondition()
336 … ir::Expression *const expression) -> void { in CheckSmartCastEqualityCondition()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1177 …C" es2panda_AstNode *CreateClassDefinition(es2panda_Context *context, es2panda_AstNode *identifier, in CreateClassDefinition()
1230 extern "C" void ClassDefinitionSetIdentifier(es2panda_AstNode *ast, es2panda_AstNode *identifier) in ClassDefinitionSetIdentifier()
1465 extern "C" char const *IdentifierName(es2panda_Context *context, es2panda_AstNode *identifier) in IdentifierName()
1474 extern "C" es2panda_AstNode *IdentifierTypeAnnotation(es2panda_AstNode *identifier) in IdentifierTypeAnnotation()
1480 extern "C" es2panda_Variable *IdentifierVariable(es2panda_AstNode *identifier) in IdentifierVariable()
1487 extern "C" void IdentifierSetVariable(es2panda_AstNode *identifier, es2panda_Variable *variable) in IdentifierSetVariable()
1507 extern "C" es2panda_AstNode const *IfStatementTest(es2panda_AstNode *identifier) in IfStatementTest()
1514 extern "C" es2panda_AstNode const *IfStatementConsequent(es2panda_AstNode *identifier) in IfStatementConsequent()
1521 extern "C" es2panda_AstNode const *IfStatementAlternate(es2panda_AstNode *identifier) in IfStatementAlternate()
2073 extern "C" void ScriptFunctionSetIdentifier(es2panda_AstNode *ast, es2panda_AstNode *identifier) in ScriptFunctionSetIdentifier()
[all …]
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp47 const ir::Identifier *identifier; in IsAnonClassOrFuncExpr() local
/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/binder/
Dbinder.cpp1017 std::vector<Variable *> Binder::FindIdentifierTSVariables(const ir::Identifier *identifier, Scope *… in FindIdentifierTSVariables()
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp1458 const util::StringView &identifier = expr->AsIdentifier()->Name(); in ValidateArrowParameter() local
DASparser.cpp202 const util::StringView &identifier = expr->AsIdentifier()->Name(); in ValidateArrowExprIdentifier() local
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp320 const util::StringView &identifier = expr->AsIdentifier()->Name(); in ValidateArrowParameter() local
DparserImpl.cpp4184 const util::StringView &identifier = node->AsIdentifier()->Name(); in ValidateArrowParameterBindings() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp320 bool ETSChecker::ValidateArgumentAsIdentifier(const ir::Identifier *identifier) in ValidateArgumentAsIdentifier()
Dhelpers.cpp50 varbinder::Variable *ETSChecker::FindVariableInGlobal(const ir::Identifier *const identifier, in FindVariableInGlobal()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1985 void Transformer::AddExportLocalEntryItem(util::StringView name, const ir::Identifier *identifier) in AddExportLocalEntryItem()