Searched defs:decorator (Results 1 – 12 of 12) sorted by relevance
60 void AddDecorator(Decorator *const decorator) in AddDecorator()
88 for (auto *const decorator : decorators_) { in Clone() local
91 void AddDecorator(ir::Decorator *const decorator) in AddDecorator()
171 for (auto *const decorator : decorators_) { in Clone() local
40 for (auto *decorator : other.decorators_) { in SpreadElement() local
242 for (auto *const decorator : decorators_) { in Clone() local
32 for (auto *decorator : other.decorators_) { in Identifier() local
55 for (auto *decorator : other.decorators_) { in ObjectExpression() local
51 for (auto *decorator : other.decorators_) { in ArrayExpression() local
43 def decorator(func: Any) -> Any: function
97 auto *decorator = AllocNode<ir::Decorator>(expr); in ParseDecorator() local
2763 const decorator: ts.Decorator = node as ts.Decorator; constant