mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
import cpp
|
|
|
|
from NameQualifier nq, Location l
|
|
where l = nq.getQualifiedElement().getLocation()
|
|
and l.getFile().getShortName() = "name_qualifiers"
|
|
select nq, nq.getQualifiedElement(), nq.getQualifyingElement()
|