Files
codeql/cpp/ql/test/library-tests/CPP-205/elements.ql
2018-08-02 17:53:23 +01:00

7 lines
119 B
Plaintext

import cpp
from Element e
where not e.getLocation() instanceof UnknownLocation
and not e instanceof Folder
select e