On Thursday, 27 July 2017 at 11:59:51 UTC, unDEFER wrote: > So how to get scope e.g. after line "B b;"? I have found. That in scopes was found symbols from declarations, you must iterate by declarations (DeclarationExp) and add symbols by sc.insert(decexp.declaration);