Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.cpp228 struct FunctionCall : Expression { struct
229 FunctionCall(std::string id, std::vector<Expression *> *args) in FunctionCall() function
232 ~FunctionCall() { in ~FunctionCall()
241 virtual Type getType(const AST &) { in getType()
244 virtual std::string toString(StringHelper::Case atomCase) { in toString()
261 std::string mId;
262 std::vector<Expression *> *mArgs;