On 15/03/2016 11:16, Manuel Klimek wrote: > > Unfortunately, that's a general restriction of C++ tools. C++ is > unparsable without knowing the full types. > Yeah, I know. That is why I'm asking if I can re-use the AST from one file when parsing another file so I don't encounter that problem.