CParser.specifiersToVarDeclaration

Add attributes from Specifier to variable

class CParser(AST)
void
specifiersToVarDeclaration
(
AST.VarDeclaration vd
,)

Parameters

vd AST.VarDeclaration

function to apply them to

specifier Specifier

specifiers

Meta