Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.cpp226 struct FunctionCall : Expression { struct
227 FunctionCall(std::string id, std::vector<Expression *> *args) in FunctionCall() function
230 ~FunctionCall() override { in ~FunctionCall()
239 Type getType(const AST &) override { in getType()
242 std::string toString(StringHelper::Case atomCase) override { in toString()
259 std::string mId;
260 std::vector<Expression *> *mArgs;