Searched refs:LineVar (Results 1 – 2 of 2) sorted by relevance
785 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
457 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()477 if (AO == AllowedOperand::LineVar) in parseNumericOperand()750 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()