dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
TestVisitor
test
component
analyzer
type
final
class
TestVisitor : Visitor {
Container
container
;
USRType
find
;
FunctionDeclResult
[]
funcs
;
VarDeclResult
[]
vars
;
bool
found
;
}
Members
Variables
find
USRType
find
;
The USR to find.
Meta
Source
See Implementation
test
component
analyzer
type
classes
ClassVisitor
TestVisitor