Spicy
type.h
1 // Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2 
3 #pragma once
4 
5 #include <hilti/ast/meta.h>
6 #include <hilti/ast/type.h>
7 #include <hilti/ast/types/unresolved-id.h>
8 
9 namespace hilti::builder {
10 
11 Type typeByID(::hilti::ID id, Meta m = Meta());
12 
13 } // namespace hilti::builder
Definition: builder.h:20
Definition: id.h:18