Home
last modified time | relevance | path

Searched defs:Annotated (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.h547 explicit Annotated(AstNodeType const type, TypeNode *const typeAnnotation) in Annotated() function
551 explicit Annotated(AstNodeType const type) : T(type) {} in Annotated() function
552 explicit Annotated(AstNodeType const type, ModifierFlags const flags) : T(type, flags) {} in Annotated() function
554 Annotated(Annotated const &other) : T(static_cast<T const &>(other)) {} in Annotated() function