Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp1125 void Binder::CheckPrivateDeclaration(const ir::PrivateIdentifier *privateIdent) in CheckPrivateDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionParser.cpp1023 auto *privateIdent = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParseHashMaskOperator() local
1580 auto *privateIdent = AllocNode<ir::Identifier>(lexer_->GetToken().Ident(), Allocator()); in ParsePrivatePropertyAccess() local
[all...]
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2394 auto privateIdent = ParsePrivateIdentifier(); in ParseUnaryOrPrefixUpdateExpression() local
2619 auto *privateIdent = AllocNode<ir::PrivateIdentifier>(identName); in ParsePrivateIdentifier() local

Completed in 8 milliseconds