7 #include <hilti/ast/type.h> 16 bool operator==(
const Any& )
const {
return true; }
19 auto isEqual(
const Type& other)
const {
return node::isEqual(
this, other); }
21 auto _isResolved(ResolvedState* rstate)
const {
return true; }
auto isEqual(const Type &other) const
Definition: any.h:19
auto properties() const
Definition: any.h:24
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:98
auto _isResolved(ResolvedState *rstate) const
Definition: any.h:21