CParser.isDeclarationList

See if declaration-list is present.

class CParser(AST)
bool
isDeclarationList
(
ref Token* pt
)

Return Value

Type: bool

true if declaration-list is present, even an empty one

Meta