mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
8 lines
149 B
Plaintext
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
|