Home
last modified time | relevance | path

Searched defs:identifier (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DobjectExpression.cpp47 const ir::Identifier *identifier; in IsAnonClassOrFuncExpr() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTypedParser.cpp1473 const util::StringView &identifier = expr->AsIdentifier()->Name(); in ValidateArrowParameter() local
H A DASparser.cpp202 const util::StringView &identifier = expr->AsIdentifier()->Name(); in ValidateArrowExprIdentifier() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp1045 std::vector<Variable *> Binder::FindIdentifierTSVariables(const ir::Identifier *identifier, Scope *scope, in FindIdentifierTSVariables() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp320 const util::StringView &identifier = expr->AsIdentifier()->Name(); in ValidateArrowParameter() local
[all...]
H A DparserImpl.cpp4277 const util::StringView &identifier = node->AsIdentifier()->Name(); ValidateArrowParameterBindings() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dfunction.cpp330 bool ETSChecker::ValidateArgumentAsIdentifier(const ir::Identifier *identifier) in ValidateArgumentAsIdentifier() argument
H A Dhelpers.cpp52 varbinder::Variable *ETSChecker::FindVariableInGlobal(const ir::Identifier *const identifier, in FindVariableInGlobal() argument
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1987 void Transformer::AddExportLocalEntryItem(util::StringView name, const ir::Identifier *identifier) in AddExportLocalEntryItem() argument

Completed in 27 milliseconds