Lines Matching defs:hasPrivateIdentifer
1246 ir::ClassStaticBlock *Transformer::CreateClassStaticBlock(ir::ClassDeclaration *node, bool hasPrivateIdentifer)
1248 if (!hasPrivateIdentifer) {
1275 bool hasPrivateIdentifer = false;
1280 FindPrivateIdentifierInDecorator(methodDecorators[i]->Expr(), &hasPrivateIdentifer);
1281 if (hasPrivateIdentifer) {
1290 FindPrivateIdentifierInDecorator(paramDecorators[j]->Expr(), &hasPrivateIdentifer);
1291 if (hasPrivateIdentifer) {
1299 FindPrivateIdentifierInDecorator(propDecorators[i]->Expr(), &hasPrivateIdentifer);
1300 if (hasPrivateIdentifer) {
1307 return hasPrivateIdentifer;