Home
last modified time | relevance | path

Searched defs:Identifier (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A Didentifier.cpp26 Identifier::Identifier([[maybe_unused]] Tag const tag, Identifier const &other, ArenaAllocator *const allocator) in Identifier() function in ark::es2panda::ir::Identifier
[all...]
H A Didentifier.h50 class Identifier : public AnnotatedExpression { class
62 explicit Identifier(ArenaAllocator *const allocator) : Identifier("", allocator) {} in Identifier() function in ark::es2panda::ir::Identifier
63 explicit Identifier(util::StringView const name, ArenaAllocator *const allocator) in Identifier() function in ark::es2panda::ir::Identifier
68 explicit Identifier(util::StringView const name, TypeNode *const typeAnnotation, ArenaAllocator *const allocator) in Identifier() function in ark::es2panda::ir::Identifier
[all...]
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A Didentifier.h46 class Identifier : public Expression { class
48 explicit Identifier(util::StringView name) in Identifier() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::Identifier
53 explicit Identifier(util::StringView name, Expression *typeAnnotation) in Identifier() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::Identifier

Completed in 2 milliseconds