Searched refs:LegacyLiteral (Results 1 – 2 of 2) sorted by relevance
758 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
578 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()660 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()