Function Parser.parseFunctionBody

Parses a FunctionBody. Note that any change of this function must also be applied in dsymbol SimpleParser, which can be found here.

FunctionBody parseFunctionBody();

functionBody: specifiedFunctionBody | missingFunctionBody ;