Searched refs:COP_Undefined (Results 1 – 2 of 2) sorted by relevance
445 case COP_Undefined: return Prec_Atom; in precedence()
489 Undefined(const Stmt *S = nullptr) : SExpr(COP_Undefined), Cstmt(S) {} in SExpr() argument496 static bool classof(const SExpr *E) { return E->opcode() == COP_Undefined; } in classof()