forked from qt-creator/qt-creator
CppEditor/CppTools: Move FunctionHelper to CppTools
...and rename it to FunctionUtils. Change-Id: If076ec01fd82e8ba728764bdeab7e87e8bc1ff3b Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
@@ -70,23 +70,6 @@ private:
|
||||
Parameters m_params;
|
||||
};
|
||||
|
||||
class FunctionHelper
|
||||
{
|
||||
public:
|
||||
static bool isVirtualFunction(const CPlusPlus::Function *function,
|
||||
const CPlusPlus::LookupContext &context,
|
||||
const CPlusPlus::Function **firstVirtual = 0);
|
||||
|
||||
static bool isPureVirtualFunction(const CPlusPlus::Function *function,
|
||||
const CPlusPlus::LookupContext &context,
|
||||
const CPlusPlus::Function **firstVirtual = 0);
|
||||
|
||||
static QList<CPlusPlus::Symbol *> overrides(CPlusPlus::Function *function,
|
||||
CPlusPlus::Class *functionsClass,
|
||||
CPlusPlus::Class *staticClass,
|
||||
const CPlusPlus::Snapshot &snapshot);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace CppEditor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user