Skip to main content

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


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-IIndexName---tp23664378p23664378.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.



Back to the top