mirror of
https://github.com/github/codeql.git
synced 2026-08-06 10:18:43 +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
|