Searched defs:MethodCall (Results 1 – 2 of 2) sorted by relevance
140 struct MethodCall : public Expression struct148 MethodCall(const string& name); argument
273 MethodCall::MethodCall(const string& n) in MethodCall() function in MethodCall280 MethodCall::MethodCall(Expression* o, const string& n) in MethodCall() function in MethodCall287 MethodCall::MethodCall(Type* t, const string& n) in MethodCall() function in MethodCall294 MethodCall::MethodCall(Expression* o, const string& n, int argc = 0, ...) in MethodCall() function in MethodCall305 MethodCall::MethodCall(Type* t, const string& n, int argc = 0, ...) in MethodCall() function in MethodCall