A Fix for Bug 19238.
Function static variable defined inside a lexical scope, same as typedef and record (class, struct or union), which are declared inside a lexical scope, were all associated to the function as its parent scope, rather than to the lexical scope they are defined or declared inside.
This patch provides a fix for all these three cases in the LLVM DWARF debug info generation.
I think we have auto-brief on now, so there's no need to put \brief there.
Also, capitalize 'g' in get.