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

8 lines
149 B
Plaintext

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