Searched refs:PercentVal (Results 1 – 5 of 5) sorted by relevance
462 construct<ActualArg::PercentVal>("%VAL" >> parenthesized(expr)))))
1708 void Unparse(const ActualArg::PercentVal &x) { in Unparse()
117 NODE(ActualArg, PercentVal) in NODE()
3145 WRAPPER_CLASS(PercentVal, Expr); // %VAL(x) extension3148 std::variant<common::Indirection<Expr>, AltReturnSpec, PercentRef, PercentVal>
3389 [&](const parser::ActualArg::PercentVal &) { in Analyze() argument