mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01:00
8 lines
126 B
Plaintext
8 lines
126 B
Plaintext
import cpp
|
|
|
|
from Type t, Function f, Expr e
|
|
where t = f.getDeclaringType()
|
|
and f = e.getEnclosingFunction()
|
|
select t, f, e
|
|
|