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