Searched defs:Annotated (Results 1 – 1 of 1) sorted by relevance
600 explicit Annotated(AstNodeType const type, TypeNode *const typeAnnotation) in Annotated() function604 explicit Annotated(AstNodeType const type) : T(type) {} in Annotated() function605 explicit Annotated(AstNodeType const type, ModifierFlags const flags) : T(type, flags) {} in Annotated() function607 Annotated(Annotated const &other) : T(static_cast<T const &>(other)) {} in Annotated() function