This patch extracts the code dealing with declarator of function type into a separate function Sema::ActOnFunctionDeclarator(). <br><br>No functionality change. <br><br>The motivation of this patch is that Sema::ActOnDeclarator() is too large. Later perhaps we should also have separate Sema::ActOnVarDeclarator().<br>
<br>-Zhongxing Xu<br>