Searched defs:JsDocAllowed (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | jsDocAllowed.h | 62 explicit JsDocAllowed(Expression const &other, ArenaAllocator *allocator) in JsDocAllowed() function 67 explicit JsDocAllowed(ArenaAllocator *const allocator, AstNodeType const type, in JsDocAllowed() function 73 explicit JsDocAllowed(AstNodeType const type, ModifierFlags const flags, in JsDocAllowed() function 79 explicit JsDocAllowed(AstNodeType const type, ArenaAllocator *const allocator) in JsDocAllowed() function 84 …explicit JsDocAllowed(AstNodeType const type, ModifierFlags const flags, ArenaAllocator *const all… in JsDocAllowed() function 89 explicit JsDocAllowed(AstNodeType const type, Expression *const key, Expression *const value, in JsDocAllowed() function 95 explicit JsDocAllowed(AstNodeType const type, TypeNode *typeAnnotation, in JsDocAllowed() function 101 explicit JsDocAllowed(ArenaAllocator *const allocator, AstNodeType const type) in JsDocAllowed() function 106 explicit JsDocAllowed(ArenaAllocator *allocator, ArenaVector<Statement *> &&statements) in JsDocAllowed() function 111 JsDocAllowed(const JsDocAllowed &other) in JsDocAllowed() function [all …]
|