mirror of
https://github.com/github/codeql.git
synced 2026-03-05 15:16:47 +01: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
|