Parser.parseStatement

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

class Parser(AST, Lexer = dmd.lexer.Lexer)
final
AST.Statement
parseStatement
(
int flags
,
const(char)** endPtr = null
,
Loc* pEndloc = null
)

Meta