Searched defs:Annotated (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ | ||
H A D | astNode.h | 529 class Annotated : public T { class 548 explicit Annotated(AstNodeType const type, TypeNode *const typeAnnotation) in Annotated() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ir::Annotated 552 explicit Annotated(AstNodeType const type) : T(type) {} in Annotated() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ir::Annotated 553 explicit Annotated(AstNodeType const type, ModifierFlags const flags) : T(type, flags) {} in Annotated() function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ir::Annotated 555 Annotated(Annotated cons function in ark::es2panda::ark::es2panda::ark::es2panda::ark::es2panda::ir::Annotated [all...] |
Completed in 1 milliseconds