Searched refs:getSign (Results 1 – 2 of 2) sorted by relevance
500 static constexpr auto getSign{space >> attempt("+-"_ch)}; in Parse() 502 if (std::optional<const char *> sign{getSign.Parse(state)}) { in Parse()
39 Sign getSign(int64_t V) { in getSign() function302 const Sign S = getSign(R.Val.getInt().getExtValue()); in transferExpr()