Searched refs:unaryOpError (Results 1 – 2 of 2) sorted by relevance
119 void unaryOpError(const TSourceLoc &line, const char* op, TString operand);
294 void TParseContext::unaryOpError(const TSourceLoc &line, const char* op, TString operand) in unaryOpError() function in TParseContext3185 unaryOpError(loc, getOperatorString(op), child->getCompleteString()); in addUnaryMath()