Is it possible to detect if a struct declaration is a forward reference? For example: struct Foo; I'm using libclang. If it's not possible in libclang how would I do it using the C++ APIs? -- /Jacob Carlborg