Searched defs:Ident (Results 1 – 9 of 9) sorted by relevance
49 const Identifier *Ident() const in Ident() function54 Identifier *Ident() in Ident() function
41 [[nodiscard]] const Identifier *Ident() const noexcept in Ident() function46 Identifier *Ident() noexcept in Ident() function
42 [[nodiscard]] const Identifier *Ident() const noexcept in Ident() function47 Identifier *Ident() noexcept in Ident() function
38 const Identifier *Ident() const in Ident() function
39 const Identifier *Ident() const in Ident() function
47 const Identifier *Ident() const in Ident() function
60 const Identifier *ETSParameterExpression::Ident() const noexcept in Ident() function in ark::es2panda::ir::ETSParameterExpression65 Identifier *ETSParameterExpression::Ident() noexcept in Ident() function in ark::es2panda::ir::ETSParameterExpression
93 const Identifier *Ident() const in Ident() function98 Identifier *Ident() in Ident() function
2792 bool ParserImpl::CheckAnnotationPrefix(const util::StringView &Ident) in CheckAnnotationPrefix()