Home
last modified time | relevance | path

Searched defs:Ident (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DlabelledStatement.h49 const Identifier *Ident() const in Ident() function
54 Identifier *Ident() in Ident() function
DcontinueStatement.h41 [[nodiscard]] const Identifier *Ident() const noexcept in Ident() function
46 Identifier *Ident() noexcept in Ident() function
DbreakStatement.h42 [[nodiscard]] const Identifier *Ident() const noexcept in Ident() function
47 Identifier *Ident() noexcept in Ident() function
/arkcompiler/ets_frontend/es2panda/ir/statements/
DcontinueStatement.h38 const Identifier *Ident() const in Ident() function
DbreakStatement.h39 const Identifier *Ident() const in Ident() function
DlabelledStatement.h47 const Identifier *Ident() const in Ident() function
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsParameterExpression.cpp60 const Identifier *ETSParameterExpression::Ident() const noexcept in Ident() function in ark::es2panda::ir::ETSParameterExpression
65 Identifier *ETSParameterExpression::Ident() noexcept in Ident() function in ark::es2panda::ir::ETSParameterExpression
/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.h93 const Identifier *Ident() const in Ident() function
98 Identifier *Ident() in Ident() function
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2792 bool ParserImpl::CheckAnnotationPrefix(const util::StringView &Ident) in CheckAnnotationPrefix()