Parser.parseStatement

Input: flags PSxxxx Output: pEndloc if { ... statements ... }, store location of closing brace, otherwise loc of first token of next statement

class Parser
parseStatement
(
int flags
,
const(char)** endPtr = null
,
Loc* pEndloc = null
)

Meta