mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +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
|