#include "qtbc.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | parseFuncDecl (const QCString &decl, bool objC, QCString &clName, QCString &type, QCString &name, QCString &args, QCString &funcTempList, QCString &exceptions) |
void parseFuncDecl | ( | const QCString & | decl, | |
bool | objC, | |||
QCString & | clName, | |||
QCString & | type, | |||
QCString & | name, | |||
QCString & | args, | |||
QCString & | funcTempList, | |||
QCString & | exceptions | |||
) |
Definition at line 2148 of file declinfo.cpp.
References BEGIN, declinfoYYin, declinfoYYlex(), declinfoYYrestart(), removeRedundantWhiteSpace(), Start, and stripTemplateSpecifiersFromScope().