Home
last modified time | relevance | path

Searched refs:FindPrivateIdentifierInDecorator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h175 void FindPrivateIdentifierInDecorator(const ir::AstNode *parent, bool *hasprivateIdentifier);
Dtransformer.cpp1278 FindPrivateIdentifierInDecorator(methodDecorators[i]->Expr(), &hasPrivateIdentifer); in HasPrivateIdentifierInDecorators()
1288FindPrivateIdentifierInDecorator(paramDecorators[j]->Expr(), &hasPrivateIdentifer); in HasPrivateIdentifierInDecorators()
1297 FindPrivateIdentifierInDecorator(propDecorators[i]->Expr(), &hasPrivateIdentifer); in HasPrivateIdentifierInDecorators()
1308 void Transformer::FindPrivateIdentifierInDecorator(const ir::AstNode *parent, bool *hasprivateIdent… in FindPrivateIdentifierInDecorator() function in panda::es2panda::parser::Transformer
1330 FindPrivateIdentifierInDecorator(childNode, hasprivateIdentifier); in FindPrivateIdentifierInChildNode()