Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] How to get definition of a declaration that is in a header file.

I generally use Binding.getDefn() if the type of binding is CPPCLasstype

But, if the definition is outside, then what I get is org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPClassType and this has no getDefn(). 

Basically , its a struct definition node and I want to get it

Back to the top