Searched refs:ParseMethodCall (Results 1 – 2 of 2) sorted by relevance
718 struct ParseMethodCall; struct719 define_parser!(ParseMethodCall, MethodCall, |_, state| {737 ParseMethodCall => Call::MethodCall,
1138 static VExpression* ParseMethodCall(VScriptParser* sc, VName Name, in ParseMethodCall() function1141 guard(ParseMethodCall); in ParseMethodCall()1222 return ParseMethodCall(sc, *Name.ToLower(), l); in ParseExpressionPriority0()