throws Exception
{
ArrayList<HashMap<String,Object>> results =
new ArrayList<HashMap<String,Object>>();
ICProject project = element.getCProject();
IIndexBinding calleeBinding = IndexUI.elementToBinding(index, element);
if (calleeBinding != null) {
results.addAll(findCallers(index, calleeBinding, true, project, seen));
if (calleeBinding instanceof ICPPMethod) {
// cdt 8.1.1 requires a second arg (point: IASTNode), but cdt 8.1.1
// hasn't been released independent of eclipse 4.2.1, so distros are