Files
2018-08-02 17:53:23 +01:00

7 lines
160 B
Plaintext

import cpp
from Function f, Attribute a, AttributeArgument arg
where a = f.getAnAttribute()
and arg = a.getAnArgument()
select arg, f, a, arg.getValueText()