Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Include statements

On 14-02-18 10:42 AM, Hadrien Bertrand wrote:

> How can I obtain/create the IIndexFile I want ? I only have the name of the
> header I want to check.

I'm not really sure.

Where did you get the name of the header from?  Maybe you can get the IIndexFile from that instead of just the name?

Or, where did the IASTTranslationUnit come from?  If it is from an IIndex, then maybe you can use
IIndex.getFiles(IIndexFileLocation)?

-Andrew


Back to the top