Searched defs:Anno (Results 1 – 4 of 4) sorted by relevance
3 @Anno1 public class Anno { class
3 public @interface Anno { annotation
808 public static class Anno extends Tree { class in Tree812 public Anno(int position, ImmutableList<Ident> name, ImmutableList<Expression> args) { in Anno() method in Tree.Anno
1260 isl_id *Anno = isl_ast_node_get_annotation(UserStmt); in createUser() local