Uses of Class
org.eclipse.cdt.internal.ui.callhierarchy.CHContentProvider

Packages that use CHContentProvider
org.eclipse.cdt.internal.ui.callhierarchy   
 

Uses of CHContentProvider in org.eclipse.cdt.internal.ui.callhierarchy
 

Methods in org.eclipse.cdt.internal.ui.callhierarchy with parameters of type CHContentProvider
static CHNode[] CHQueries.findCalledBy(CHContentProvider cp, CHNode node, org.eclipse.cdt.core.index.IIndex index, org.eclipse.core.runtime.IProgressMonitor pm)
          Searches for functions and methods that call a given element.
static CHNode[] CHQueries.findCalls(CHContentProvider cp, CHNode node, org.eclipse.cdt.core.index.IIndex index, org.eclipse.core.runtime.IProgressMonitor pm)
          Searches for all calls that are made within a given range.
 

Constructors in org.eclipse.cdt.internal.ui.callhierarchy with parameters of type CHContentProvider
CHLabelProvider(org.eclipse.swt.widgets.Display display, CHContentProvider cp)