Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How to figure out whether IIndexFile is a header?

Hi,

Using AST I can easily detect header file with
IASTTranslationUnit.isHeaderUnit().
Can I do the same with IIndexFile?
Should I use some trick like IIndex.getIncludedBy()?

Dmitry


Back to the top