aboutsummaryrefslogtreecommitdiff
path: root/include/cu
diff options
context:
space:
mode:
Diffstat (limited to 'include/cu')
-rw-r--r--include/cu/scope.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cu/scope.h b/include/cu/scope.h
index 5a75427..d8fd2c4 100644
--- a/include/cu/scope.h
+++ b/include/cu/scope.h
@@ -166,4 +166,7 @@ struct ast_node *file_scope_resolve_call(struct scope *scope,
int implements(enum match_flags flags, struct scope *scope,
struct ast_node *arg_type,
struct ast_node *param_type);
+int primitive_type(struct ast_node *type);
+int fully_qualified(struct ast_node *type);
+
#endif /* SCOPE_H */