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