Searched defs:AnnotatedStatement (Results 1 – 1 of 1) sorted by relevance
155 …explicit AnnotatedStatement(AstNodeType type, TypeNode *typeAnnotation) : Annotated<Statement>(typ… in AnnotatedStatement() function159 explicit AnnotatedStatement(AstNodeType type) : Annotated<Statement>(type) {} in AnnotatedStatement() function160 …explicit AnnotatedStatement(AstNodeType type, ModifierFlags flags) : Annotated<Statement>(type, fl… in AnnotatedStatement() function162 AnnotatedStatement(AnnotatedStatement const &other) in AnnotatedStatement() function