Searched refs:FindPrivateIdentifierInDecorator (Results 1 – 2 of 2) sorted by relevance
175 void FindPrivateIdentifierInDecorator(const ir::AstNode *parent, bool *hasprivateIdentifier);
1278 FindPrivateIdentifierInDecorator(methodDecorators[i]->Expr(), &hasPrivateIdentifer); in HasPrivateIdentifierInDecorators()1288 … FindPrivateIdentifierInDecorator(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::Transformer1330 FindPrivateIdentifierInDecorator(childNode, hasprivateIdentifier); in FindPrivateIdentifierInChildNode()