return Skip;
end;
+ when N_Quantified_Expression =>
+ declare
+ Cond : constant Node_Id := Condition (N);
+ begin
+ Process_Decisions (Cond, 'W', Pragma_Sloc);
+ return Skip;
+ end;
+
-- All other cases, continue scan
when others =>
-- I decision in IF statement or if expression
-- P decision in pragma Assert / Check / Pre/Post_Condition
-- A[name] decision in aspect Pre/Post (aspect name optional)
- -- W decision in WHILE iteration scheme
+ -- W decision in WHILE iteration scheme or quantified expression
-- X decision in some other expression context
-- For E, G, I, P, W, sloc is the source location of the EXIT, ENTRY, IF,