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