CParser.specifiersToFuncDeclaration

Add attributes from Specifier to function

class CParser(AST)
void
specifiersToFuncDeclaration
(
AST.FuncDeclaration fd
,)

Parameters

fd AST.FuncDeclaration

function to apply them to

specifier Specifier

specifiers

Meta