Home
last modified time | relevance | path

Searched defs:ParenthesizedExpression (Results 1 – 1 of 1) sorted by relevance

/system/tools/hidl/c2hal/
DExpression.cpp84 struct ParenthesizedExpression : Expression { struct
85 ParenthesizedExpression(Expression* inner) in ParenthesizedExpression() argument
87 ~ParenthesizedExpression() { in ~ParenthesizedExpression()
91 virtual Type getType(const AST &ast) { in getType()
94 virtual std::string toString(StringHelper::Case atomCase) { in toString()
99 Expression* mInner;