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