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