mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
import cpp
|
|
|
|
from NameQualifiableElement e
|
|
where
|
|
e.hasGlobalQualifiedName()
|
|
and e instanceof Expr
|
|
select e
|