Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] How to get the IASTName from an IIndexName ?

The IIndex interfaces have been around since 2 years without breaking
changes,
the note that they are experimental should be removed.
Markus. 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of manivannan_pk
> Sent: Friday, May 22, 2009 6:53 AM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] How to get the IASTName from an IIndexName ?
> Importance: Low
> 
> 
> 
> The method IIndex.findNames(binding, option) returns an array 
> of IIndexName-s. How do we get the IASTName corresponding to 
> an IIndexName ?
> 
> Moreover, the IIndex doc says that the interface is 
> EXPERIMENTAL. Is there any other well-tested stable way to 
> find all the references to an IBinding in the workspace ? 
> (Searching for references in all the ITranslationUnit-s one 
> by one is not efficient.)
> 
> Thanks,
> mani
> 
> --
> View this message in context: 
> http://www.nabble.com/How-to-get-the-IASTName-from-an-IIndexNa
> me---tp23664378p23664378.html
> Sent from the Eclipse CDT - Development mailing list archive 
> at Nabble.com.
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top