Searched defs:Expression (Results 1 – 2 of 2) sorted by relevance
30 struct Expression { struct31 Expression() {} in Expression() argument32 virtual ~Expression() {} in ~Expression() argument34 enum Type {42 static std::string getTypeDescription(Type type) { in getTypeDescription()69 static Expression *parenthesize(Expression *inner); argument
64 struct Expression { struct